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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)
uriyage
2023-01-31
1
-0
/
+9
*
Obuf limit, exit during loop in *RAND* commands and KEYS (#11676)
Oran Agra
2023-01-16
1
-0
/
+16
*
Fix range issues in ZRANDMEMBER and HRANDFIELD (CVE-2023-22458) (#11674)
Oran Agra
2023-01-16
2
-0
/
+10
*
Avoid integer overflows in SETRANGE and SORT (CVE-2022-35977) (#11720)
Oran Agra
2023-01-16
2
-0
/
+21
*
Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688)
Gabi Ganam
2023-01-08
1
-0
/
+10
*
Fix potential issue with Lua argv caching, module command filter and libc rea...
Oran Agra
2023-01-04
2
-0
/
+44
*
fix handshake timeout replication test race (#11640)
Oran Agra
2023-01-04
1
-5
/
+5
*
reprocess command when client is unblocked on keys (#11012)
ranshid
2023-01-01
7
-12
/
+313
*
Harden init-tests for cluster tests (#11635)
Madelyn Olson
2022-12-22
2
-6
/
+25
*
Fix race in PSYNC2 partial resync test (#11653)
Binbin
2022-12-22
1
-0
/
+7
*
Fix flaky PTTL time to live in milliseconds test on slow machines (#11651)
Binbin
2022-12-22
1
-1
/
+1
*
Cleanup: Get rid of server.core_propagates (#11572)
guybe7
2022-12-20
2
-3
/
+28
*
fix race in list test with blocking commands (#11627)
Oran Agra
2022-12-18
2
-12
/
+23
*
fix flaky latency test (#11636)
Oran Agra
2022-12-18
1
-0
/
+1
*
Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)
filipe oliveira
2022-12-15
1
-0
/
+7
*
Fix races in swapdb async_loading test (#11613)
Binbin
2022-12-13
1
-4
/
+17
*
solve race in replication test due to ping (#11609)
Oran Agra
2022-12-12
1
-0
/
+3
*
Fix timing issue in replication test (#11611)
Binbin
2022-12-12
1
-3
/
+3
*
Avoid ASAN test errors on crash report tests (#11605)
Oran Agra
2022-12-11
1
-2
/
+2
*
Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)
Binbin
2022-12-09
2
-7
/
+99
*
Solve issues with active defrag test failing on fast machines (#11598)
Oran Agra
2022-12-09
1
-1
/
+1
*
Normalize NAN to a single nan type, like we do with inf (#11597)
Binbin
2022-12-08
1
-6
/
+4
*
Optimize client memory usage tracking operation while client eviction is disa...
Harkrishn Patro
2022-12-07
1
-2
/
+49
*
Reintroduce lua argument cache in luaRedisGenericCommand removed in v7.0 (#1...
filipe oliveira
2022-12-05
1
-0
/
+15
*
Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...
filipe oliveira
2022-12-04
1
-0
/
+2
*
Regenerate payloads for cgroups tests using string2printable (#11560)
Binbin
2022-12-01
1
-4
/
+3
*
Try to fix a race in psync2 test (#11553)
Oran Agra
2022-11-30
1
-0
/
+4
*
Stream consumers: Re-purpose seen-time, add active-time (#11099)
guybe7
2022-11-30
1
-7
/
+63
*
Add a special notification unlink available only for modules (#9406)
Huang Zhw
2022-11-30
2
-0
/
+287
*
Hyperloglog avoid allocate more than 'server.hll_sparse_max_bytes' bytes of m...
Mingyi Kang
2022-11-28
1
-0
/
+30
*
Fix replication on expired key test timing issue, give it more chances (#11548)
Binbin
2022-11-28
1
-4
/
+20
*
Add withscore option to ZRANK and ZREVRANK. (#11235)
C Charles
2022-11-28
1
-2
/
+18
*
Removed unecessary conversion of a dict to a dict (#11546)
Madelyn Olson
2022-11-27
1
-43
/
+23
*
[BUG] Fix announced ports not updating on local node when updated at runtime ...
DevineLiu
2022-11-25
1
-0
/
+42
*
Module API to allow writes after key space notification hooks (#11199)
Meir Shpilraien (Spielrein)
2022-11-24
5
-1
/
+498
*
Update Sentinel Debug command json file and add test case for it (#11513)
Wen Hui
2022-11-24
1
-0
/
+9
*
Make assert_refcount skip the OBJECT REFCOUNT check with needs:debug tag (#11...
Binbin
2022-11-22
4
-11
/
+24
*
Fix set with duplicate elements causes sdiff to hang (#11530)
Binbin
2022-11-22
3
-4
/
+41
*
Fix sentinel update loglevel tls test (#11528)
Binbin
2022-11-21
1
-1
/
+0
*
sanitize dump payload: fix crash with empty set with listpack encoding (#11519)
Binbin
2022-11-20
2
-1
/
+11
*
Add CONFIG SET and GET loglevel feature in Sentinel (#11214)
Wen Hui
2022-11-20
1
-0
/
+8
*
Introduce Shard IDs to logically group nodes in cluster mode (#10536)
Ping Xie
2022-11-16
2
-3
/
+105
*
Add listpack encoding for list (#11303)
sundb
2022-11-16
7
-129
/
+311
*
Explicitly send function commands to monitor (#11510)
Madelyn Olson
2022-11-15
1
-0
/
+13
*
Fix double negative nan test, ignoring sign (#11506)
Binbin
2022-11-15
1
-4
/
+6
*
Module CLIENT_CHANGE, Fix crash on free blocked client with DB!=0 (#11500)
uriyage
2022-11-14
1
-0
/
+13
*
Fix double inf test, use readraw to verify the protocol (#11504)
Binbin
2022-11-14
1
-2
/
+6
*
Add test to cover NAN reply using a module (#11482)
Oran Agra
2022-11-13
2
-2
/
+36
*
fixes for fork child exit and test: #11463 (#11499)
Oran Agra
2022-11-12
2
-1
/
+2
*
Listpack encoding for sets (#11290)
Viktor Söderqvist
2022-11-09
3
-61
/
+176
[prev]
[next]