| 122 | } |
| 123 | |
| 124 | int failTest(RedisModuleCtx *ctx, const char *msg) { |
| 125 | RedisModule_ReplyWithError(ctx, msg); |
| 126 | return REDISMODULE_ERR; |
| 127 | } |
| 128 | |
| 129 | int TestUnlink(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { |
| 130 | RedisModule_AutoMemory(ctx); |
no outgoing calls