Matt Stancliff 498ad7482b Reject MOVE to non-integer DBs
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
2014-08-08 12:38:43 +02:00
..
2014-08-08 12:38:43 +02:00
2014-02-27 15:27:05 +01:00
2012-04-18 11:34:18 +02:00
2010-10-15 12:54:53 +02:00
2013-11-05 15:19:44 +01:00
2014-08-07 16:14:15 +02:00