Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c894 #define STREAM_RWR_NOACK (1<<0) /* Do not create entries in the PEL. */ macro
950 if (group && !(flags & STREAM_RWR_NOACK)) { in streamReplyWithRange()
1524 if (noack) flags |= STREAM_RWR_NOACK; in xreadCommand()