summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.5.6.0.5antirez2020-06-092-1/+71
* Adapt EVAL+busy script test to new behavior.antirez2020-06-091-0/+3
* Temporary fix for #7353 issue about EVAL during -BUSY.antirez2020-06-091-0/+9
* return the correct proto versionxhe2020-06-091-1/+1
* Don't queue commands in an already aborted MULTI stateOran Agra2020-06-091-0/+7
* Avoid rejecting WATCH / UNWATCH, like MULTI/EXEC/DISCARDOran Agra2020-06-091-2/+4
* AOF: append origin SET if no expire optionzhaozhao.zz2020-06-092-8/+23
* fix disconnectSlaves, to try to free each slave.Oran Agra2020-06-091-1/+0
* donot free protected client in freeClientsInAsyncFreeQueuezhaozhao.zz2020-06-091-3/+9
* fix pingoff test raceOran Agra2020-06-061-0/+1
* Fix TLS certificate loading for chained certificates.Kevin Fwu2020-06-061-1/+1
* Revert "Implements sendfile for redis."antirez2020-06-062-55/+2
* Revert "avoid using sendfile if tls-replication is enabled"antirez2020-06-061-34/+27
* fix clusters mixing accidentally by gossipLiu Zhen2020-06-061-2/+10
* Fix handling of special chars in ACL LOAD.antirez2020-06-061-4/+8
* 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