summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.5.6.0.5antirez2020-06-091-1/+1
* 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-091-8/+13
* 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 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-281-1/+1
* Replication: showLatestBacklog() refactored out.antirez2020-05-283-25/+36
* Drop useless line from replicationCacheMaster().antirez2020-05-281-2/+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
* avoid using sendfile if tls-replication is enabledOran Agra2020-05-281-27/+34
* Replication: log backlog creation event.antirez2020-05-281-0/+3
* 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
* 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-221-3/+10
* 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
* 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-221-10/+3
* 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
* 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
* Redis 6.0.3.6.0.3antirez2020-05-161-1/+1
* Remove the client from CLOSE_ASAP list before caching the master.antirez2020-05-162-12/+12
* Redis 6.0.2.6.0.2antirez2020-05-151-1/+1
* TLS: Add crypto locks for older OpenSSL support.Yossi Gottlieb2020-05-151-0/+45
* NetBSD build update.David Carlier2020-05-153-1/+30
* Added a refcount on timer events to prevent deletion of recursive timer callsMadelyn Olson2020-05-152-0/+12
* Cache master without checking of deferred close flags.antirez2020-05-153-8/+11
* Track events processed while blocked globally.antirez2020-05-145-17/+32