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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix protocol error caused by redis-benchmark (#10236)
ivanstosic-janea
2022-04-27
1
-0
/
+3
*
Fix PSYNC crash with wrong offset (#10243)
Binbin
2022-04-27
1
-9
/
+10
*
Improve srand entropy (and fix Sentinel failures) (#10197)
Moti Cohen
2022-04-27
1
-2
/
+5
*
Fixed Sentinel support for hostnames (#10146)
Moti Cohen
2022-04-27
1
-11
/
+43
*
zmalloc_get_rss netbsd impl fix proposal. (#10116)
David CARLIER
2022-04-27
1
-2
/
+2
*
LPOP/RPOP with count against non existing list return null array (#10095)
Binbin
2022-04-27
2
-8
/
+38
*
lpGetInteger returns int64_t, avoid overflow (#10068)
guybe7
2022-04-27
2
-7
/
+16
*
Fix C11_ATOMIC detection on GNU Make 4.3 (#10033)
王辉
2022-04-27
1
-2
/
+4
*
Fix when the master connection is disconnected, replication retry read indefi...
sundb
2022-04-27
1
-1
/
+3
*
Redact ACL SETUSER arguments if the user has spaces (#9935)
Madelyn Olson
2022-04-27
2
-8
/
+10
*
Santize dump payload: fix invalid listpack entry start with EOF (#9889)
sundb
2022-04-27
1
-0
/
+4
*
fixed mem leak on rdb load error (#9860)
OfirMos
2022-04-27
1
-1
/
+4
*
Clean Lua stack before parsing call reply to avoid crash on a call with many ...
Meir Shpilraien (Spielrein)
2022-04-27
2
-0
/
+30
*
Add tests to cover EXPIRE overflow fix (#9839)
Binbin
2022-04-27
1
-5
/
+16
*
fix invalid read on corrupt ziplist (#9831)
Oran Agra
2022-04-27
2
-0
/
+13
*
Sentinel tls memory leak (#9753)
Wen Hui
2022-04-27
1
-1
/
+4
*
Fixes LPOP/RPOP wrong replies when count is 0 (#9692)
Itamar Haber
2022-04-27
2
-7
/
+18
*
Fix memory leak when there's a read error of module aux data from rdb. (#9705)
Rafi Einstein
2022-04-27
1
-5
/
+6
*
fix new cluster tests issues (#9657)
Oran Agra
2022-04-27
4
-10
/
+23
*
Release clients blocked on module commands in cluster resharding and down sta...
qetu3790
2022-04-27
6
-6
/
+367
*
add missed error counting (#9646)
DarrenJiang13
2022-04-27
2
-8
/
+6
*
hiredis: improve calloc() overflow fix. (#9630)
Yossi Gottlieb
2022-04-27
3
-1
/
+9
*
Make tracking invalidation messages always after command's reply (#9422)
Huang Zhw
2022-04-27
6
-11
/
+181
*
Add missing pause tcl test to test_helper.tcl (#9158)
Binbin
2022-04-27
2
-55
/
+24
*
Protect any table which is reachable from globals and added globals allow list.
meir
2022-04-27
4
-21
/
+262
*
Protect globals of evals scripts.
meir
2022-04-27
2
-40
/
+75
*
Move user eval function to be located on Lua registry.
meir
2022-04-27
1
-22
/
+7
*
Added support for Lua readonly tables.
meir
2022-04-27
6
-2
/
+21
*
add check good slaves to write when execute script (#10249)
Vo Trong Phuc
2022-04-11
2
-9
/
+29
*
Redis 6.2.6
6.2.6
Oran Agra
2021-10-04
2
-2
/
+56
*
corrupt-dump-fuzzer test, avoid creating junk keys (#9302)
Oran Agra
2021-10-04
2
-1
/
+9
*
Fix missing check for sanitize_dump in corrupt-dump-fuzzer test (#9285)
sundb
2021-10-04
1
-3
/
+3
*
Allow to override OPENSSL_PREFIX (#9567)
Yunier Pérez
2021-10-04
2
-7
/
+16
*
Propagate OPENSSL_PREFIX to hiredis. (#9345)
Yossi Gottlieb
2021-10-04
1
-4
/
+6
*
Fix stream sanitization for non-int first value (#9553)
Oran Agra
2021-10-04
2
-2
/
+2
*
TLS build fix on OpenBSD when built with LibreSSL. (#9486)
David CARLIER
2021-10-04
1
-1
/
+2
*
Fix: client pause uses an old timeout (#9477)
yvette903
2021-10-04
2
-0
/
+5
*
Fix wrong offset when replica pause (#9448)
zhaozhao.zz
2021-10-04
4
-9
/
+75
*
Add test verifying PUBSUB NUMPAT behavior (#9209)
Madelyn Olson
2021-10-04
1
-0
/
+18
*
Fix two minor bugs (MIGRATE key args and getKeysUsingCommandTable) (#9455)
guybe7
2021-10-04
2
-2
/
+1
*
Fix the timing of read and write events under kqueue (#9416)
sundb
2021-10-04
1
-7
/
+55
*
Sanitize dump payload: fix double free after insert dup nodekey to stream rax...
sundb
2021-10-04
2
-3
/
+14
*
Fix the wrong detection of sync_file_range system call (#9371)
Wang Yuan
2021-10-04
1
-0
/
+1
*
Sanitize dump payload: handle remaining empty key when RDB loading and restor...
sundb
2021-10-04
5
-16
/
+63
*
[BUGFIX] Add some missed error statistics (#9328)
DarrenJiang13
2021-10-04
5
-9
/
+14
*
Improvements to corrupt payload sanitization (#9321)
Oran Agra
2021-10-04
9
-10
/
+166
*
Sanitize dump payload: fix empty keys when RDB loading and restore command (#...
sundb
2021-10-04
6
-18
/
+127
*
Add latency monitor sample when key is deleted via lazy expire (#9317)
menwen
2021-10-04
3
-24
/
+20
*
redis-cli ASK redirect test: Add retry loop to fix timing issue (#9315)
Viktor Söderqvist
2021-10-04
1
-3
/
+7
*
Skip new redis-cli ASK test in TLS mode (#9312)
Oran Agra
2021-10-04
1
-0
/
+2
[next]