index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
t_stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usage of server.stream_node_max_*
Guy Benoish
2019-10-10
1
-3
/
+3
*
Fix start and end key initialize
James Rouzier
2019-04-11
1
-2
/
+2
*
Merge pull request #5787 from soloestoy/bugfix-xgroup-create-with-mkstream
Salvatore Sanfilippo
2019-03-13
1
-5
/
+7
|
\
|
*
Streams: checkType before XGROUP CREATE
zhaozhao.zz
2019-01-16
1
-5
/
+7
*
|
Only increment delivery count if JUSTID option is omitted
Steve Webster
2019-03-12
1
-2
/
+3
*
|
Increment delivery counter on XCLAIM unless RETRYCOUNT specified
Steve Webster
2019-03-08
1
-2
/
+6
|
/
*
RESP3: t_stream.c updated.
antirez
2019-01-09
1
-38
/
+43
*
Stream: fix XREADGROUP history reading of deleted messages.
antirez
2018-11-19
1
-1
/
+1
*
Streams: fix XREADGROUP history reading when CG last_id is low.
antirez
2018-11-19
1
-9
/
+12
*
t_stream.c comment resized to 80 cols.
antirez
2018-11-19
1
-1
/
+2
*
Fix XCLAIM missing entry bug.
antirez
2018-11-05
1
-2
/
+3
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2018-11-05
1
-12
/
+12
|
\
|
*
Use typedef'd mstime_t instead of time_t
michael-grunder
2018-11-03
1
-1
/
+1
|
*
Fix some typos
Guy Korland
2018-10-31
1
-11
/
+11
*
|
Improve streamReplyWithRange() top comment.
antirez
2018-11-05
1
-5
/
+9
|
/
*
Add command fingerprint comment for XSETID.
antirez
2018-10-25
1
-1
/
+3
*
Merge branch 'unstable' of github.com:/antirez/redis into unstable
antirez
2018-10-25
1
-1
/
+2
|
\
|
*
Merge pull request #5459 from itamarhaber/xpending_count_underflow
Salvatore Sanfilippo
2018-10-25
1
-1
/
+2
|
|
\
|
|
*
Plugs a potential underflow
Itamar Haber
2018-10-17
1
-0
/
+1
|
|
*
Corrects inline documentation of syntax
Itamar Haber
2018-10-17
1
-1
/
+1
*
|
|
Fix XRANGE COUNT option for value of 0.
antirez
2018-10-25
1
-2
/
+8
*
|
|
Fix typo in streamReplyWithRange() top comment.
antirez
2018-10-24
1
-1
/
+1
|
/
/
*
|
Streams: use bulk replies instead of status replies.
antirez
2018-10-17
1
-16
/
+16
|
/
*
Fix conditional in XGROUP.
antirez
2018-10-17
1
-1
/
+1
*
Fix XGROUP CREATE MKSTREAM handling of .
antirez
2018-10-17
1
-2
/
+7
*
Process MKSTREAM option of XGROUP CREATE at a later time.
antirez
2018-10-17
1
-17
/
+28
*
XGROUP CREATE: MKSTREAM option for automatic stream creation.
antirez
2018-10-17
1
-5
/
+29
*
XSETID: accept IDs based on last entry.
antirez
2018-10-16
1
-5
/
+18
*
Streams: XSTREAM SETID -> XSETID.
antirez
2018-10-16
1
-65
/
+15
*
Merge pull request #5426 from soloestoy/feature-xstream
Salvatore Sanfilippo
2018-10-16
1
-0
/
+69
|
\
|
*
Streams: rewrite id in XSTREAM CREATE *
zhaozhao.zz
2018-10-09
1
-0
/
+4
|
*
Streams: add a new command XTREAM
zhaozhao.zz
2018-10-09
1
-0
/
+65
*
|
Make comment about nack->consumer test for minidle more obvious.
antirez
2018-10-15
1
-2
/
+4
*
|
Streams: use propagate_last_id itself as streamPropagateGroupID trigger.
antirez
2018-10-15
1
-2
/
+2
*
|
Streams: better naming: lastid_updated -> propagate_last_id.
antirez
2018-10-15
1
-6
/
+6
*
|
Streams: panic if streamID invalid after check, should not be possible.
zhaozhao.zz
2018-10-11
1
-1
/
+2
*
|
Streams: propagate lastid in XCLAIM when it has effect
zhaozhao.zz
2018-10-11
1
-6
/
+13
*
|
Streams: XCLAIM ignore minidle if NACK is created by FORCE
zhaozhao.zz
2018-10-11
1
-2
/
+4
*
|
Streams: bugfix XCLAIM should propagate group name not consumer name
zhaozhao.zz
2018-10-11
1
-1
/
+1
*
|
Fix propagation of consumer groups last ID.
antirez
2018-10-10
1
-8
/
+53
|
/
*
Refactoring of XADD / XTRIM MAXLEN rewriting.
antirez
2018-10-08
1
-22
/
+15
*
Merge pull request #5141 from soloestoy/fix-xtrim-inconsistency
Salvatore Sanfilippo
2018-10-08
1
-13
/
+40
|
\
|
*
Streams: propagate specified MAXLEN instead of approximated
zhaozhao.zz
2018-08-01
1
-6
/
+35
|
*
Streams: reset approx_maxlen in every maxlen loop
zhaozhao.zz
2018-08-01
1
-0
/
+2
|
*
Streams: XTRIM will return an error if MAXLEN with a count < 0
zhaozhao.zz
2018-08-01
1
-1
/
+6
|
*
Streams: propagate original MAXLEN argument in XADD context
zhaozhao.zz
2018-08-01
1
-12
/
+3
*
|
xclaimCommand(): fix comment typos.
antirez
2018-10-04
1
-2
/
+2
*
|
streamAppendItem(): Update the radix tree pointer only if changed.
antirez
2018-10-02
1
-1
/
+2
*
|
streamIteratorRemoveEntry(): set back lp only if pointer changed.
antirez
2018-10-02
1
-1
/
+2
*
|
Merge pull request #5210 from soloestoy/raxinsert-in-xdel
Salvatore Sanfilippo
2018-10-02
1
-0
/
+3
|
\
\
[next]