Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c897 #define STREAM_RWR_HISTORY (1<<2) /* Only serve consumer local PEL. */ macro
911 if (group && (flags & STREAM_RWR_HISTORY)) { in streamReplyWithRange()
1525 if (serve_history) flags |= STREAM_RWR_HISTORY; in xreadCommand()