Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/modules/
H A Dhelloblock.c45 int *myint = RedisModule_GetBlockedClientPrivateData(ctx); in HelloBlock_Reply() local
46 return RedisModule_ReplyWithLongLong(ctx,*myint); in HelloBlock_Reply()