mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
CLUSTER GETKEYSINSLOT implemented
This commit is contained in:
@ -1065,6 +1065,7 @@ long long emptyDb();
|
||||
int selectDb(redisClient *c, int id);
|
||||
void signalModifiedKey(redisDb *db, robj *key);
|
||||
void signalFlushedDb(int dbid);
|
||||
unsigned int GetKeysInSlot(unsigned int hashslot, robj **keys, unsigned int count);
|
||||
|
||||
/* API to get key arguments from commands */
|
||||
#define REDIS_GETKEYS_ALL 0
|
||||
|
Reference in New Issue
Block a user