mirror of
https://github.com/fluencelabs/redis
synced 2025-05-01 13:32:13 +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