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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better error handling for updateClientOutputBufferLimit. (#9308)
Binbin
2021-08-29
1
-63
/
+60
*
redis-benchmark: improved help and warnings (#9419)
Viktor Söderqvist
2021-08-29
1
-18
/
+39
*
redis-benchmark: make show throughput in only one thread. (#9146)
Huang Zhw
2021-08-25
1
-9
/
+12
*
Fix boundary problem of adjusting open files limit. (#5722)
Garen Chan
2021-08-24
1
-1
/
+4
*
config memory limits: handle values larger than (signed) LLONG_MAX (#9313)
Wen Hui
2021-08-23
3
-54
/
+78
*
redis-cli: Assert > 0 before dividing, to silence warning by tool (#9396)
Viktor Söderqvist
2021-08-22
1
-1
/
+2
*
BITSET and BITFIELD SET only propagate command when the value changed. (#9403)
Binbin
2021-08-22
1
-12
/
+27
*
Let CONFIG GET * show both replicaof and its alias (#9395)
Viktor Söderqvist
2021-08-21
1
-6
/
+3
*
Sanitize dump payload: fix double free after insert dup nodekey to stream rax...
sundb
2021-08-20
1
-3
/
+4
*
More generic crash report for unsupported archs (#9385)
yoav-steinberg
2021-08-18
1
-3
/
+29
*
Fix: don't assume char is unsigned. (#9375)
Yossi Gottlieb
2021-08-15
2
-4
/
+4
*
Fix the wrong detection of sync_file_range system call (#9371)
Wang Yuan
2021-08-14
1
-0
/
+1
*
Added additional validation for cluster SETSLOT (#9360)
Madelyn Olson
2021-08-12
1
-0
/
+8
*
Update cluster debug log to include human readable packet type (#9361)
Madelyn Olson
2021-08-12
1
-2
/
+2
*
Improve setup operations order after fork. (#9365)
Yossi Gottlieb
2021-08-12
1
-4
/
+9
*
Fix missing dismiss hash listpack memory due to ziplist->listpack migration (...
sundb
2021-08-10
1
-2
/
+10
*
Redis-cli monitor and pubsub can be aborted with Ctrl+C, keeping the cli aliv...
Huang Zhw
2021-08-10
1
-4
/
+30
*
fix a compilation error around madvise when make with jemalloc on MacOS (#9350)
DarrenJiang13
2021-08-10
3
-5
/
+5
*
Format fixes and naming. SentReplyOnKeyMiss -> addReplyOrErrorObject (#9346)
Meir Shpilraien (Spielrein)
2021-08-10
4
-13
/
+20
*
Replace all usage of ziplist with listpack for t_hash (#8887)
sundb
2021-08-10
15
-277
/
+1397
*
Sanitize dump payload: handle remaining empty key when RDB loading and restor...
sundb
2021-08-09
3
-2
/
+25
*
Cleanup: createAOFClient uses createClient to avoid overlooked mismatches (#...
Qu Chen
2021-08-09
2
-50
/
+11
*
Add SORT_RO command (#9299)
Eduardo Semprebon
2021-08-09
3
-2
/
+16
*
Allow master to replicate command longer than replica's query buffer limit (#...
Qu Chen
2021-08-08
1
-1
/
+1
*
Propagate OPENSSL_PREFIX to hiredis. (#9345)
Yossi Gottlieb
2021-08-08
1
-4
/
+6
*
sds.c: Fix potential overflow in sdsll2str. (#8910)
Binbin
2021-08-08
1
-1
/
+11
*
Fix the wrong method used in quicklistTest. (#8951)
Binbin
2021-08-08
1
-1
/
+41
*
[BUGFIX] Add some missed error statistics (#9328)
DarrenJiang13
2021-08-06
4
-6
/
+10
*
Ignore resize threshold on idle qbuf resizing (#9322)
yoav-steinberg
2021-08-06
3
-27
/
+9
*
Improvements to corrupt payload sanitization (#9321)
Oran Agra
2021-08-05
8
-12
/
+83
*
Sanitize dump payload: fix empty keys when RDB loading and restore command (#...
sundb
2021-08-05
4
-10
/
+70
*
Add debug config flag to print certain config values on engine crash (#9304)
Madelyn Olson
2021-08-05
3
-43
/
+84
*
Add sentinel debug option command (#9291)
Wen Hui
2021-08-05
1
-42
/
+263
*
Add latency monitor sample when key is deleted via lazy expire (#9317)
menwen
2021-08-05
3
-24
/
+20
*
fix dict access broken by #9228 (#9319)
yoav-steinberg
2021-08-05
1
-6
/
+6
*
dict struct memory optimizations (#9228)
yoav-steinberg
2021-08-05
23
-295
/
+290
*
Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)
Wang Yuan
2021-08-04
8
-10
/
+331
*
Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)
Meir Shpilraien (Spielrein)
2021-08-04
10
-290
/
+1329
*
Fix head and tail check with negative offset in _quicklistInsert (#9311)
sundb
2021-08-04
1
-3
/
+3
*
Enabled -x option (Read last argument from STDIN) on redis-benchmark (#9130)
filipe oliveira
2021-08-03
4
-81
/
+93
*
Add SINTERCARD/ZINTERCARD Commands (#8946)
Jonah H. Harris
2021-08-03
4
-20
/
+52
*
Module api support for RESP3 (#8521)
Ariel Shtul
2021-08-03
2
-39
/
+218
*
When redis-cli received ASK, it didn't handle it (#8930)
Huang Zhw
2021-08-02
1
-12
/
+51
*
Modify some error logs printing level. (#9306)
Binbin
2021-08-02
3
-3
/
+3
*
Add NX/XX/GT/LT options to EXPIRE command group (#2795)
Ning Sun
2021-08-02
2
-6
/
+108
*
Fix if consumer is created as a side effect without notify and dirty++ (#9263)
menwen
2021-08-02
4
-76
/
+93
*
improve quicklist insert head/tail while head/tail node is full. (#9113)
cmemory
2021-08-02
1
-12
/
+38
*
Fix copy-paste typo in t_list.c comment (#9305)
SmartKeyerror
2021-08-02
1
-1
/
+1
*
GEO* STORE with empty src key delete the dest key and return 0, not empty arr...
Binbin
2021-08-01
1
-6
/
+34
*
Remove const from CommandFilterArgGet result (#9247)
Guy Korland
2021-08-01
2
-2
/
+2
[next]