summaryrefslogtreecommitdiff
path: root/src/t_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of server.stream_node_max_*Guy Benoish2019-10-101-3/+3
* Fix start and end key initializeJames Rouzier2019-04-111-2/+2
* Merge pull request #5787 from soloestoy/bugfix-xgroup-create-with-mkstreamSalvatore Sanfilippo2019-03-131-5/+7
|\
| * Streams: checkType before XGROUP CREATEzhaozhao.zz2019-01-161-5/+7
* | Only increment delivery count if JUSTID option is omittedSteve Webster2019-03-121-2/+3
* | Increment delivery counter on XCLAIM unless RETRYCOUNT specifiedSteve Webster2019-03-081-2/+6
|/
* RESP3: t_stream.c updated.antirez2019-01-091-38/+43
* Stream: fix XREADGROUP history reading of deleted messages.antirez2018-11-191-1/+1
* Streams: fix XREADGROUP history reading when CG last_id is low.antirez2018-11-191-9/+12
* t_stream.c comment resized to 80 cols.antirez2018-11-191-1/+2
* Fix XCLAIM missing entry bug.antirez2018-11-051-2/+3
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-11-051-12/+12
|\
| * Use typedef'd mstime_t instead of time_tmichael-grunder2018-11-031-1/+1
| * Fix some typosGuy Korland2018-10-311-11/+11
* | Improve streamReplyWithRange() top comment.antirez2018-11-051-5/+9
|/
* Add command fingerprint comment for XSETID.antirez2018-10-251-1/+3
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2018-10-251-1/+2
|\
| * Merge pull request #5459 from itamarhaber/xpending_count_underflowSalvatore Sanfilippo2018-10-251-1/+2
| |\
| | * Plugs a potential underflowItamar Haber2018-10-171-0/+1
| | * Corrects inline documentation of syntaxItamar Haber2018-10-171-1/+1
* | | Fix XRANGE COUNT option for value of 0.antirez2018-10-251-2/+8
* | | Fix typo in streamReplyWithRange() top comment.antirez2018-10-241-1/+1
|/ /
* | Streams: use bulk replies instead of status replies.antirez2018-10-171-16/+16
|/
* Fix conditional in XGROUP.antirez2018-10-171-1/+1
* Fix XGROUP CREATE MKSTREAM handling of .antirez2018-10-171-2/+7
* Process MKSTREAM option of XGROUP CREATE at a later time.antirez2018-10-171-17/+28
* XGROUP CREATE: MKSTREAM option for automatic stream creation.antirez2018-10-171-5/+29
* XSETID: accept IDs based on last entry.antirez2018-10-161-5/+18
* Streams: XSTREAM SETID -> XSETID.antirez2018-10-161-65/+15
* Merge pull request #5426 from soloestoy/feature-xstreamSalvatore Sanfilippo2018-10-161-0/+69
|\
| * Streams: rewrite id in XSTREAM CREATE *zhaozhao.zz2018-10-091-0/+4
| * Streams: add a new command XTREAMzhaozhao.zz2018-10-091-0/+65
* | Make comment about nack->consumer test for minidle more obvious.antirez2018-10-151-2/+4
* | Streams: use propagate_last_id itself as streamPropagateGroupID trigger.antirez2018-10-151-2/+2
* | Streams: better naming: lastid_updated -> propagate_last_id.antirez2018-10-151-6/+6
* | Streams: panic if streamID invalid after check, should not be possible.zhaozhao.zz2018-10-111-1/+2
* | Streams: propagate lastid in XCLAIM when it has effectzhaozhao.zz2018-10-111-6/+13
* | Streams: XCLAIM ignore minidle if NACK is created by FORCEzhaozhao.zz2018-10-111-2/+4
* | Streams: bugfix XCLAIM should propagate group name not consumer namezhaozhao.zz2018-10-111-1/+1
* | Fix propagation of consumer groups last ID.antirez2018-10-101-8/+53
|/
* Refactoring of XADD / XTRIM MAXLEN rewriting.antirez2018-10-081-22/+15
* Merge pull request #5141 from soloestoy/fix-xtrim-inconsistencySalvatore Sanfilippo2018-10-081-13/+40
|\
| * Streams: propagate specified MAXLEN instead of approximatedzhaozhao.zz2018-08-011-6/+35
| * Streams: reset approx_maxlen in every maxlen loopzhaozhao.zz2018-08-011-0/+2
| * Streams: XTRIM will return an error if MAXLEN with a count < 0zhaozhao.zz2018-08-011-1/+6
| * Streams: propagate original MAXLEN argument in XADD contextzhaozhao.zz2018-08-011-12/+3
* | xclaimCommand(): fix comment typos.antirez2018-10-041-2/+2
* | streamAppendItem(): Update the radix tree pointer only if changed.antirez2018-10-021-1/+2
* | streamIteratorRemoveEntry(): set back lp only if pointer changed.antirez2018-10-021-1/+2
* | Merge pull request #5210 from soloestoy/raxinsert-in-xdelSalvatore Sanfilippo2018-10-021-0/+3
|\ \