Home
last modified time | relevance | path

Searched refs:redisAppendCommand (Results 1 – 5 of 5) sorted by relevance

/redis-3.2.3/deps/hiredis/
H A Dhiredis.h204 int redisAppendCommand(redisContext *c, const char *format, ...);
H A Dtest.c536 redisAppendCommand(c,"PING"); in test_throughput()
549 redisAppendCommand(c,"LRANGE mylist 0 499"); in test_throughput()
H A DREADME.md173 void redisAppendCommand(redisContext *c, const char *format, ...);
185 redisAppendCommand(context,"SET foo bar");
186 redisAppendCommand(context,"GET foo");
H A Dhiredis.c1288 int redisAppendCommand(redisContext *c, const char *format, ...) { in redisAppendCommand() function
/redis-3.2.3/src/
H A Dredis-cli.c2005 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()