Searched refs:redisAppendCommand (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/deps/hiredis/ |
| H A D | hiredis.h | 204 int redisAppendCommand(redisContext *c, const char *format, ...);
|
| H A D | test.c | 536 redisAppendCommand(c,"PING"); in test_throughput() 549 redisAppendCommand(c,"LRANGE mylist 0 499"); in test_throughput()
|
| H A D | README.md | 173 void redisAppendCommand(redisContext *c, const char *format, ...); 185 redisAppendCommand(context,"SET foo bar"); 186 redisAppendCommand(context,"GET foo");
|
| H A D | hiredis.c | 1288 int redisAppendCommand(redisContext *c, const char *format, ...) { in redisAppendCommand() function
|
| /redis-3.2.3/src/ |
| H A D | redis-cli.c | 2005 redisAppendCommand(context, "TYPE %s", keys->element[i]->str); in getKeyTypes() 2038 redisAppendCommand(context, "%s %s", sizecmds[types[i]], in getKeySizes() 2428 redisAppendCommand(context, "SET %s val",key); in LRUTestMode() 2436 redisAppendCommand(context, "GET %s",key); in LRUTestMode()
|