Searched refs:fsl_bpopgt (Results 1 – 2 of 2) sorted by relevance
/dports/databases/redis6/redis-6.0.16/tests/modules/ |
H A D | blockonkeys.c | 190 int fsl_bpopgt(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in fsl_bpopgt() function 328 if (RedisModule_CreateCommand(ctx,"fsl.bpopgt",fsl_bpopgt,"",0,0,0) == REDISMODULE_ERR) in RedisModule_OnLoad()
|
/dports/databases/redis-devel/redis-0e5b813/tests/modules/ |
H A D | blockonkeys.c | 193 int fsl_bpopgt(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in fsl_bpopgt() function 479 if (RedisModule_CreateCommand(ctx,"fsl.bpopgt",fsl_bpopgt,"write",1,1,1) == REDISMODULE_ERR) in RedisModule_OnLoad()
|