Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/modules/
H A Dtestmodule.c40 int TestMatchReply(RedisModuleCallReply *reply, char *str) { in TestMatchReply() function
69 if (!TestMatchReply(item0,"foo")) goto fail; in TestCall()
70 if (!TestMatchReply(item1,"1234")) goto fail; in TestCall()