Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dread.h53 #define REDIS_REPLY_NIL 4 macro
H A Dread.c269 obj = (void*)REDIS_REPLY_NIL; in processBulkItem()
324 obj = (void*)REDIS_REPLY_NIL; in processMultiBulkItem()
H A Dtest.c425 test_cond(reply->type == REDIS_REPLY_NIL) in test_blocking_connection()
H A Dhiredis.c179 r = createReplyObject(REDIS_REPLY_NIL); in createNilObject()
H A DREADME.md124 * **`REDIS_REPLY_NIL`**:
/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c822 case REDIS_REPLY_NIL: in cliFormatReplyTTY()
919 case REDIS_REPLY_NIL: in cliFormatReplyRaw()
983 case REDIS_REPLY_NIL: in cliFormatReplyCSV()
6889 case REDIS_REPLY_NIL: in LRUTestMode()