summaryrefslogtreecommitdiff
path: root/src/stream.h
Commit message (Expand)AuthorAgeFilesLines
* Streams: add streamCompareID() declaration in stream.h.dejun.xdj2018-07-141-0/+1
* Streams: iterator entry deletion abilities.antirez2018-04-171-0/+2
* CG: AOF rewriting implemented.antirez2018-03-231-0/+1
* CG: Replication WIP 1: XREADGROUP and XCLAIM propagated as XCLAIM.antirez2018-03-191-1/+8
* CG: RDB loading first implementation.antirez2018-03-151-0/+2
* CG: XPENDING should not create consumers and obey to count.antirez2018-03-151-1/+1
* CG: Now XREADGROUP + blocking operations work.antirez2018-03-151-0/+2
* CG: first draft of streamReplyWithRangeFromConsumerPEL().antirez2018-03-151-1/+1
* CG: creation of NACK entries in PELs.antirez2018-03-151-5/+5
* CG: consumer lookup + initial streamReplyWithRange() work to supprot CG.antirez2018-03-151-2/+2
* CG: XGROUPREAD group option parsing and groups lookup.antirez2018-03-151-1/+1
* CG: data structures design + XGROUP CREATE implementation.antirez2018-03-151-1/+40
* Streams: state machine for reverse iteration WIP 1.antirez2017-12-011-3/+4
* Streams: items compression implemented.antirez2017-12-011-0/+5
* Streams: export iteration API.antirez2017-12-011-0/+31
* Streams: RDB saving.antirez2017-12-011-0/+1
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-0/+21