Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/modules/
H A Dtestmodule.c65 RedisModuleCallReply *item0, *item1; in TestCall() local
67 item0 = RedisModule_CallReplyArrayElement(reply,0); in TestCall()
69 if (!TestMatchReply(item0,"foo")) goto fail; in TestCall()