summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.4.6.0.4antirez2020-05-282-1/+278
* Test: take PSYNC2 test master timeout high during switch.antirez2020-05-281-1/+0
* Test: add the tracking unit as default.antirez2020-05-281-0/+1
* tests: find_available_port start search from next portOran Agra2020-05-281-7/+12
* tests: each test client work on a distinct port rangeOran Agra2020-05-285-27/+39
* 32bit CI needs to build modules correctlyOran Agra2020-05-282-2/+7
* adjust revived meaningful offset testsOran Agra2020-05-281-20/+39
* revive meaningful offset testsOran Agra2020-05-282-0/+213
* Replication: showLatestBacklog() refactored out.antirez2020-05-283-25/+36
* Drop useless line from replicationCacheMaster().antirez2020-05-281-2/+0
* Another meaningful offset test removed.antirez2020-05-281-100/+0
* Remove the PSYNC2 meaningful offset test.antirez2020-05-282-113/+0
* Remove the meaningful offset feature.antirez2020-05-284-93/+10
* Set a protocol error if master use the inline protocol.antirez2020-05-281-2/+17
* daily CI test with tlsOran Agra2020-05-281-0/+15
* avoid using sendfile if tls-replication is enabledOran Agra2020-05-281-27/+34
* Replication: log backlog creation event.antirez2020-05-281-0/+3
* Test: PSYNC2 test can now show server logs.antirez2020-05-281-25/+88
* Clarify what is happening in PR #7320.antirez2020-05-251-1/+5
* PSYNC2: second_replid_offset should be real meaningful offsetzhaozhao.zz2020-05-251-3/+3
* add CI for 32bit buildOran Agra2020-05-252-0/+34
* Make disconnectSlaves() synchronous in the base case.antirez2020-05-253-9/+20
* Implements sendfile for redis.ShooterIT2020-05-252-2/+55
* Fix #7306 less aggressively.antirez2020-05-252-17/+29
* EAGAIN for tls during diskless loadMadelyn Olson2020-05-221-0/+4
* Disconnect chained replicas when the replica performs PSYNC with the master a...Qu Chen2020-05-222-3/+60
* using moreargs variablehwware2020-05-221-2/+2
* fix server crash for STRALGO commandhwware2020-05-221-2/+2
* Replace addDeferredMultiBulkLength with addReplyDeferredLen in commentShooterIT2020-05-221-2/+2
* TLS: Improve tls-protocols clarity in redis.conf.Yossi Gottlieb2020-05-221-2/+3
* Fix reply bytes calculation errorShooterIT2020-05-221-1/+1
* Tracking: flag CLIENT_TRACKING_BROKEN_REDIR when redir brokenzhaozhao.zz2020-05-221-0/+1
* fix a rare active defrag edge case bug leading to stagnationOran Agra2020-05-224-23/+146
* improve DEBUG MALLCTL to be able to write to write only fields.Oran Agra2020-05-221-7/+27
* fix clear USER_FLAG_ALLCOMMANDS flag in aclhujie2020-05-221-4/+5
* Redis Benchmark: generate random test dataShooterIT2020-05-221-1/+12
* Redis-Benchmark: avoid potentical memmory leakinghwware2020-05-221-1/+1
* Handle keys with hash tag when computing hash slot using tcl cluster client.WuYunlong2020-05-221-2/+23
* Add a test to prove current tcl cluster client can not handle keys with hash ...WuYunlong2020-05-221-1/+7
* Use dictSize to get the size of dict in dict.cShooterIT2020-05-221-2/+2
* Converge hash validation for adding and removingMadelyn Olson2020-05-221-14/+21
* do not handle --cluster-yes for cluster fix modeBenjamin Sergeant2020-05-221-7/+16
* fix typo ...Benjamin Sergeant2020-05-221-1/+1
* Redis-cli 6.0.1 `--cluster-yes` doesn't work (fix #7246)Benjamin Sergeant2020-05-221-1/+5
* fix valgrind test failure in replication testOran Agra2020-05-221-1/+1
* add regression test for the race in #7205Oran Agra2020-05-221-0/+52
* Improve the PSYNC2 test reliability.antirez2020-05-221-15/+33
* Redis 6.0.3.6.0.3antirez2020-05-162-1/+9
* Remove the client from CLOSE_ASAP list before caching the master.antirez2020-05-162-12/+12
* Redis 6.0.2.6.0.2antirez2020-05-152-1/+180