You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-14 21:21:31 +03:00
add support for most of the "keys commands"
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import COMMON_COMMANDS from './index';
|
||||
import * as MOVE from './MOVE';
|
||||
|
||||
export default {
|
||||
...COMMON_COMMANDS
|
||||
...COMMON_COMMANDS,
|
||||
MOVE,
|
||||
move: MOVE
|
||||
};
|
||||
|
Reference in New Issue
Block a user