summaryrefslogtreecommitdiff
path: root/src/t_stream.c
Commit message (Expand)AuthorAgeFilesLines
* XPENDING should not update consumer's seen-timeGuy Benoish2020-05-041-14/+21
* XINFO STREAM FULL should have a default COUNT of 10Guy Benoish2020-04-281-4/+8
* Merge pull request #7134 from guybe7/xstate_commandSalvatore Sanfilippo2020-04-281-34/+192
|\
| * Extend XINFO STREAM outputGuy Benoish2020-04-281-34/+192
* | Also use propagate() in streamPropagateGroupID().antirez2020-04-241-1/+11
* | Minor aesthetic changes to #7135.antirez2020-04-231-7/+5
* | Merge pull request #7135 from valentinogeron/optimize-xreadgroup-noackSalvatore Sanfilippo2020-04-231-7/+13
|\ \
| * | XREADGROUP with NOACK should propagate only one XGROUP SETID commandValentino Geron2020-04-221-7/+13
| |/
* | Tracking: NOLOOP internals implementation.antirez2020-04-211-3/+3
|/
* Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-171-1/+1
* RESP3: change streams items from maps to arrays.antirez2020-04-101-1/+1
* Merge pull request #7030 from valentinogeron/xread-in-luaSalvatore Sanfilippo2020-04-031-0/+5
|\
| * XREAD and XREADGROUP should not be allowed from scripts when BLOCK option is ...Valentino Geron2020-03-261-0/+5
* | Merge pull request #7029 from valentinogeron/fix-xackSalvatore Sanfilippo2020-04-021-1/+11
|\ \
| * | XACK should be executed in a "all or nothing" fashion.Valentino Geron2020-03-261-1/+11
| |/
* | streamReplyWithRange: Redundant XSETIDs to replicaGuy Benoish2020-03-301-1/+2
|/
* Merge pull request #6677 from guybe7/deocde_id_onceSalvatore Sanfilippo2020-02-271-3/+1
|\
| * streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeIDGuy Benoish2019-12-181-3/+1
* | Merge pull request #6921 from guybe7/fix_xclaim_propagateSalvatore Sanfilippo2020-02-271-2/+2
|\ \
| * | XREADGROUP should propagate XCALIM/SETID in MULTI/EXECGuy Benoish2020-02-231-2/+2
* | | XGROUP DESTROY should unblock XREADGROUP with -NOGROUPGuy Benoish2020-02-191-0/+2
|/ /
* | Merge pull request #6703 from guybe7/blocking_xread_empty_replySalvatore Sanfilippo2020-01-091-10/+19
|\ \
| * | Blocking XREAD[GROUP] should always reply with valid data (or timeout)Guy Benoish2019-12-301-10/+19
| |/
* | XCLAIM: Create the consumer only on successful claims.antirez2020-01-081-2/+4
* | Stream: Handle streamID-related edge casesGuy Benoish2019-12-261-3/+25
|/
* Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-10/+27
|\
| * Merge pull request #6547 from guybe7/module_api_streamsSalvatore Sanfilippo2019-11-211-0/+6
| |\
| | * Support streams in general module API functionsGuy Benoish2019-11-061-0/+6
| * | Remove additional space from comment.antirez2019-11-191-1/+1
| * | XADD with ID 0-0 stores an empty keyGuy Benoish2019-11-131-0/+8
| |/
| * fix unreported overflow in autogerenared stream IDsLoris Cro2019-11-041-10/+13
* | Add RM_ServerInfoGetFieldUnsignedOran Agra2019-11-041-20/+0
|/
* 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
| |\