Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c904 int propagate_last_id = 0; in streamReplyWithRange() local
923 propagate_last_id = 1; in streamReplyWithRange()
988 if (propagate_last_id) in streamReplyWithRange()
2170 int propagate_last_id = 0; in xclaimCommand() local
2205 propagate_last_id = 1; in xclaimCommand()
2300 propagate_last_id = 0; /* Will be propagated by XCLAIM itself. */ in xclaimCommand()
2304 if (propagate_last_id) { in xclaimCommand()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1075 Streams: use propagate_last_id itself as streamPropagateGroupID trigger.
1079 Streams: better naming: lastid_updated -> propagate_last_id.