mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Previously, "MOVE key somestring" would move the key to DB 0 which is just unexpected and wrong. String as DB == error. Test added too. Modified by @antirez in order to use the getLongLongFromObject() API instead of strtol(). Fixes #1428