Lines Matching refs:RedisModuleCtx
48 int HelloSimple_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloSimple_RedisCommand()
61 int HelloPushNative_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in HelloPushNative_RedisCommand()
80 int HelloPushCall_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in HelloPushCall_RedisCommand()
96 int HelloPushCall2_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in HelloPushCall2_RedisCommand()
111 int HelloListSumLen_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in HelloListSumLen_RedisCommand()
134 int HelloListSplice_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloListSplice_RedisCommand()
179 int HelloListSpliceAuto_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloListSpliceAuto_RedisCommand()
221 int HelloRandArray_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloRandArray_RedisCommand()
240 int HelloRepl1_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) in HelloRepl1_RedisCommand()
278 int HelloRepl2_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloRepl2_RedisCommand()
314 int HelloToggleCase_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloToggleCase_RedisCommand()
350 int HelloMoreExpire_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloMoreExpire_RedisCommand()
375 int HelloZsumRange_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloZsumRange_RedisCommand()
430 int HelloLexRange_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloLexRange_RedisCommand()
468 int HelloHCopy_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloHCopy_RedisCommand()
509 int HelloLeftPad_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in HelloLeftPad_RedisCommand()
545 int RedisModule_OnLoad(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { in RedisModule_OnLoad()