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
*
Update some comments in stream command docs (#10821)
Wen Hui
2022-06-09
1
-8
/
+7
*
Fix streamParseAddOrTrimArgsOrReply function minor comment issue (#10783)
Wen Hui
2022-05-31
1
-1
/
+1
*
Fix memory leak in streamGetEdgeID (#10753)
Yuuoniy
2022-05-22
1
-1
/
+1
*
Fixes around clients that must be obeyed. Replica report disk errors in PING....
Oran Agra
2022-04-20
1
-1
/
+1
*
Optimize stream id sds creation on XADD key * (~20% saved cpu cycles) (#10574)
filipe oliveira
2022-04-13
1
-8
/
+22
*
Fix XGROUP HELP message missing a newline (#10339)
Binbin
2022-02-24
1
-1
/
+1
*
Add stream consumer group lag tracking and reporting (#9127)
Itamar Haber
2022-02-23
1
-75
/
+342
*
X[AUTO]CLAIM should skip deleted entries (#10227)
guybe7
2022-02-08
1
-25
/
+64
*
sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...
Binbin
2022-01-23
1
-1
/
+1
*
lpGetInteger returns int64_t, avoid overflow (#10068)
guybe7
2022-01-07
1
-7
/
+7
*
Sort out mess around propagation and MULTI/EXEC (#9890)
guybe7
2021-12-23
1
-15
/
+6
*
Redis Functions - Introduce script unit.
meir@redislabs.com
2021-12-01
1
-1
/
+1
*
Adds auto-seq-only-generation via `XADD ... <ms>-*` (#9217)
Itamar Haber
2021-11-30
1
-26
/
+67
*
Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)
Binbin
2021-11-18
1
-1
/
+1
*
XADD - skip rewrite the id arg if it was given and is valid. (#9599)
yoav-steinberg
2021-10-11
1
-3
/
+5
*
Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...
Oran Agra
2021-10-04
1
-10
/
+38
*
Fix stream sanitization for non-int first value (#9553)
Oran Agra
2021-09-26
1
-1
/
+1
*
Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)
guybe7
2021-09-15
1
-3
/
+3
*
Add LMPOP/BLMPOP commands. (#9373)
Binbin
2021-09-09
1
-1
/
+1
*
Replace all usage of ziplist with listpack for t_hash (#8887)
sundb
2021-08-10
1
-19
/
+1
*
Improvements to corrupt payload sanitization (#9321)
Oran Agra
2021-08-05
1
-1
/
+5
*
Fix if consumer is created as a side effect without notify and dirty++ (#9263)
menwen
2021-08-02
1
-60
/
+72
*
Add missing comma in memory/xgroup command help message. (#9210)
Binbin
2021-07-13
1
-1
/
+1
*
Fix range issues in default value of LIMIT argument to XADD and XTRIM (#9147)
ZhaolongLi
2021-06-30
1
-3
/
+7
*
change streamAppendItem to use raxEOF instead of raxNext (#9138)
ZhaolongLi
2021-06-24
1
-2
/
+2
*
Fix XINFO help for unexpected options. (#9075)
Binbin
2021-06-15
1
-0
/
+5
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-11
/
+11
*
Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048)
Huang Zhw
2021-06-07
1
-4
/
+4
*
XTRIM call streamParseAddOrTrimArgsOrReply use wrong arg xadd. (#9047)
Huang Zhw
2021-06-06
1
-1
/
+1
*
Fixes some typos (#8874)
Andy Pan
2021-04-27
1
-1
/
+1
*
fix typo, stracture to structure (#8784)
Bonsai
2021-04-14
1
-2
/
+2
*
Fix out of range confusing error messages (XAUTOCLAIM, RPOP count) (#8746)
Yang Bodong
2021-04-07
1
-5
/
+1
*
Fix XAUTOCLAIM response to return the next available id as the cursor (#8725)
Valentino Geron
2021-04-01
1
-0
/
+3
*
XAUTOCLAIM: JUSTID should prevent incrementing delivery_count (#8724)
guybe7
2021-03-30
1
-1
/
+3
*
Corrupt stream key access to uninitialized memory (#8681)
Oran Agra
2021-03-24
1
-1
/
+2
*
Fix typo in t_stream.c (#8592)
Ikko Ashimine
2021-03-16
1
-1
/
+1
*
fix stream deep sanitization with deleted records (#8568)
Oran Agra
2021-03-01
1
-1
/
+2
*
XTRIM: Parse args before lookupKey (#8550)
guybe7
2021-02-24
1
-5
/
+5
*
In XADD take deleted items into consideration when switch to new node (#8390)
Huang Zw
2021-02-22
1
-1
/
+3
*
Optimize listpack for stream usage to avoid repeated reallocs (#6281)
yihuang
2021-02-16
1
-3
/
+22
*
Moved most static strings into the shared structure (#8411)
Madelyn Olson
2021-02-09
1
-25
/
+12
*
XINFO should use lookupKeyReadOrReply (#8436)
zhaozhao.zz
2021-02-02
1
-1
/
+1
*
Add modules API for streams (#8288)
Viktor Söderqvist
2021-01-28
1
-1
/
+28
*
XADD and XTRIM, Trim by MINID, and new LIMIT argument (#8169)
guybe7
2021-01-08
1
-149
/
+430
*
Add XAUTOCLAIM (#7973)
guybe7
2021-01-06
1
-0
/
+159
*
HELP subcommand, continued (#5531)
Itamar Haber
2021-01-04
1
-26
/
+29
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-8
/
+7
*
Adds exclusive range query intervals to XPENDING (#8130)
Itamar Haber
2020-12-08
1
-3
/
+16
*
More efficient self-XCLAIM (#8098)
guybe7
2020-12-07
1
-9
/
+12
*
Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposed
Oran Agra
2020-12-06
1
-0
/
+2
[next]