MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / failTest

Function failTest

tests/modules/basics.c:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

TestUnlinkFunction · 0.85
TestStringTruncateFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestUnlinkFunction · 0.68
TestStringTruncateFunction · 0.68