Home
last modified time | relevance | path

Searched refs:TestAssertIntegerReply (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/modules/
H A Dtestmodule.c333 int TestAssertIntegerReply(RedisModuleCtx *ctx, RedisModuleCallReply *reply, long long expected) { in TestAssertIntegerReply() function
365 if (!TestAssertIntegerReply(ctx,reply,0)) goto fail; in TestIt()