Searched refs:sortGetKeys (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | db.c | 1168 int *sortGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in sortGetKeys() function
|
| H A D | server.h | 1436 int *sortGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
|
| H A D | server.c | 247 {"sort",sortCommand,-2,"wm",0,sortGetKeys,1,1,1,0,0},
|