CLUSTER GETKEYSINSLOT implemented

This commit is contained in:
antirez
2011-04-29 16:17:58 +02:00
parent 1eb713a4c1
commit 484354ff95
3 changed files with 29 additions and 3 deletions

View File

@ -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