Lines Matching refs:redisCommand
85 (redisCommand(n->context, __VA_ARGS__))
512 redisReply *reply = redisCommand(context, "COMMAND"); in cliIntegrateHelp()
729 reply = redisCommand(context,"AUTH %s",config.auth); in cliAuth()
742 reply = redisCommand(context,"SELECT %d",config.dbnum); in cliSelect()
1847 redisReply *reply = redisCommand(context, in evalMode()
2273 redisReply *reply = redisCommand(node->context,"AUTH %s",config.auth); in clusterManagerNodeConnect()
5009 redisReply *r = redisCommand(node->context, "SHUTDOWN"); in clusterManagerCommandDeleteNode()
6204 redisReply *reply = redisCommand(context, "SCAN %llu", *it); in sendScan()
6235 reply = redisCommand(context, "DBSIZE"); in getDbSize()
6800 reply = redisCommand(context,"SCAN %llu MATCH %s", in scanMode()
6803 reply = redisCommand(context,"SCAN %llu",cur); in scanMode()