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
/
cluster
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cluster test improvements (#10920)
Madelyn Olson
2022-07-12
3
-353
/
+0
*
Trying to fix cluster test (#10963)
Binbin
2022-07-11
1
-0
/
+4
*
Fix crash during handshake and cluster shards call (#10942)
Madelyn Olson
2022-07-10
1
-1
/
+14
*
Add tests for error messages during slot migrations (#10449)
Wen Hui
2022-07-04
1
-0
/
+50
*
Fix CLUSTER RESET command argument number issue (#10898)
Wen Hui
2022-06-29
1
-0
/
+13
*
Sharded pubsub publish messagebulk as smessage (#10792)
Harkrishn Patro
2022-05-31
1
-4
/
+4
*
Functions: Move library meta data to be part of the library payload. (#10500)
Meir Shpilraien (Spielrein)
2022-04-05
1
-1
/
+1
*
Turn into replica on SETSLOT (#10489)
Viktor Söderqvist
2022-04-02
1
-3
/
+4
*
Prevent replica failover during manual takeover test (#10499)
Madelyn Olson
2022-03-31
1
-6
/
+18
*
Fix timing issue in shards test and fix displayed TLS port (#10450)
Madelyn Olson
2022-03-20
1
-3
/
+3
*
Fixed incorrect parsing of hostname information from nodes.conf (#10435)
Madelyn Olson
2022-03-16
1
-0
/
+3
*
Add new cluster shards command (#10293)
Harkrishn Patro
2022-03-15
3
-15
/
+200
*
Check target node is a primary during cluster setslot. (#10277)
Harkrishn Patro
2022-02-10
1
-1
/
+29
*
Fix cluster tests failing due to subcommand names (#10231)
Binbin
2022-02-04
1
-6
/
+4
*
Add test case to improve code coverage for Addslotsrange and Delslotsrange co...
Wen Hui
2022-02-02
1
-1
/
+50
*
Change replica migration tests to use continous slots to improve speed (#10215)
Madelyn Olson
2022-01-30
2
-2
/
+2
*
Revent the attempt to fix cluster rebalance test (#10207) (#10212)
Oran Agra
2022-01-31
2
-19
/
+3
*
fix cluster rebalance test race (#10207)
Oran Agra
2022-01-30
3
-11
/
+32
*
Change expression to look for at least one limit exceeded (#10173)
Madelyn Olson
2022-01-26
1
-1
/
+1
*
Support function flags in script EVAL via shebang header (#10126)
yoav-steinberg
2022-01-24
1
-1
/
+11
*
Fix flaky cluster tests in 24-links.tcl (#10157)
ny0312
2022-01-23
1
-23
/
+38
*
Fix replica count check in migration tests. (#10140)
Ozan Tezcan
2022-01-19
3
-4
/
+4
*
Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...
Oran Agra
2022-01-17
3
-3
/
+21
*
Fix function no-cluster flag test (#10115)
Binbin
2022-01-15
1
-1
/
+3
*
Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)
Meir Shpilraien (Spielrein)
2022-01-14
1
-0
/
+6
*
Fix timing issue with cluster hostname test (#10086)
Madelyn Olson
2022-01-10
1
-0
/
+10
*
Implement clusterbus message extensions and cluster hostname support (#9530)
Madelyn Olson
2022-01-02
3
-1
/
+225
*
Sharded pubsub implementation (#8621)
Harkrishn Patro
2022-01-02
5
-27
/
+297
*
Fix recent daily CI test failures (#9966)
Binbin
2021-12-20
1
-0
/
+2
*
Introduce memory management on cluster link buffers (#9774)
ny0312
2021-12-16
2
-0
/
+168
*
Replica keep serving data during repl-diskless-load=swapdb for better availab...
Eduardo Semprebon
2021-11-04
2
-5
/
+6
*
Fix race condition in cluster test 22-replica-in-sync (#9721)
Oran Agra
2021-11-04
1
-1
/
+29
*
Fix failing cluster tests (#9707)
Oran Agra
2021-10-31
3
-4
/
+9
*
New Cluster Command: CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE (#9445)
Wen Hui
2021-10-26
1
-0
/
+68
*
Fixes `CLUSTER COUNTKEYSINSLOT` (#9672)
Itamar Haber
2021-10-24
1
-0
/
+5
*
Improved the reliability of cluster replica sync tests (#9628)
Madelyn Olson
2021-10-13
2
-23
/
+40
*
Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)
GutovskyMaria
2021-10-06
1
-0
/
+103
*
tests: fix a typo (#9294)
Long Dai
2021-07-30
1
-1
/
+1
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
5
-10
/
+10
*
Fix typo on buckup to backup (#8919)
pgxiaolianzi
2021-06-01
1
-1
/
+1
*
Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...
ny0312
2021-05-30
1
-1
/
+1
*
Revert cluster slot migration tests. (#8806)
Yossi Gottlieb
2021-04-18
2
-0
/
+12
*
Fix failing cluster tests. (#8763)
Yossi Gottlieb
2021-04-13
4
-1
/
+12
*
Clean up and stabilize cluster migration tests. (#8745)
Yossi Gottlieb
2021-04-06
4
-25
/
+66
*
Add cluster-allow-replica-migration option. (#5285)
Sokolov Yura
2021-04-04
2
-0
/
+77
*
Cluster migration test cleanup. (#8726)
Yossi Gottlieb
2021-03-30
1
-3
/
+4
*
Add support for plaintext clients in TLS cluster (#8587)
Viktor Söderqvist
2021-03-30
2
-2
/
+28
*
Add cluster slot migration tests (#8649)
Sokolov Yura
2021-03-29
3
-0
/
+154
*
fix race in diskless load cluster tests (#8674)
Oran Agra
2021-03-22
1
-1
/
+8
*
Optimize CLUSTER SLOTS reply by reducing unneeded loops (#8541)
KinWaiYuen
2021-03-11
1
-0
/
+9
[next]