Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dhiredis.h207 int redisAppendCommand(redisContext *c, const char *format, ...);
H A Dtest.c622 redisAppendCommand(c,"PING"); in test_throughput()
635 redisAppendCommand(c,"LRANGE mylist 0 499"); in test_throughput()
H A DREADME.md194 void redisAppendCommand(redisContext *c, const char *format, ...);
206 redisAppendCommand(context,"SET foo bar");
207 redisAppendCommand(context,"GET foo");
H A Dhiredis.c951 int redisAppendCommand(redisContext *c, const char *format, ...) { in redisAppendCommand() function
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c6299 redisAppendCommand(context, "TYPE %s", keys->element[i]->str); in getKeyTypes()
6346 redisAppendCommand(context, "%s %s", in getKeySizes()
6349 redisAppendCommand(context, "%s %s %s", in getKeySizes()
6352 redisAppendCommand(context, "%s %s %s SAMPLES %u", in getKeySizes()
6526 redisAppendCommand(context, "OBJECT freq %s", keys->element[i]->str); in getKeyFreqs()
6873 redisAppendCommand(context, "SET %s %s",key,val); in LRUTestMode()
6881 redisAppendCommand(context, "GET %s",key); in LRUTestMode()