summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0.1.5.0.1antirez2018-11-072-1/+210
* Fix cluster-replica-no-failover option name.antirez2018-11-071-1/+1
* MEMORY command: make strcasecmp() conditional like the following.antirez2018-11-071-2/+1
* Uppercases subcommands in MEMORY HELPItamar Haber2018-11-071-5/+5
* Standardizes `MEMORY HELP` subcommandItamar Haber2018-11-071-14/+13
* fix short period of server.hz being uninitializedvalentino2018-11-071-1/+1
* Adds HELP to LATENCYItamar Haber2018-11-071-2/+14
* fix malloc in clusterManagerComputeReshardTableyongman2018-11-071-1/+1
* Cluster Manager: removed unused var.artix2018-11-071-2/+1
* Cluster Manager: further improvements to "fix":artix2018-11-071-10/+49
* Cluster Manager: fixed string parsing issue in clusterManagerGetConfigSignatureartix2018-11-071-3/+3
* Cluster Manager: better fix subcommand.artix2018-11-071-20/+78
* Cluster Manager: fixed typos in comments.artix2018-11-071-3/+3
* Cluster Manager: fixed 'DELSLOT' subcommand typo.artix2018-11-071-1/+1
* Fix XCLAIM missing entry bug.antirez2018-11-051-2/+3
* Use typedef'd mstime_t instead of time_tmichael-grunder2018-11-051-1/+1
* Improve streamReplyWithRange() top comment.antirez2018-11-051-5/+9
* Add support for Sentinel authentication.antirez2018-11-051-3/+17
* Disable protected mode in Sentinel mode.antirez2018-11-051-0/+1
* When replica kills a pending RDB save during SYNC, log it.antirez2018-11-051-0/+6
* Move child termination to readSyncBulkPayloadAndrey Bugaevskiy2018-11-051-7/+6
* Prevent RDB autosave from overwriting full resync resultsAndrey Bugaevskiy2018-11-051-0/+7
* asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.antirez2018-11-051-0/+1
* needs it for the globalDavid Carlier2018-11-051-0/+1
* Fix non Linux build.David Carlier2018-11-053-1/+20
* MULTI: OOM err if cannot free enough memory in MULTI/EXEC contextzhaozhao.zz2018-11-051-2/+5
* Add command fingerprint comment for XSETID.antirez2018-11-051-1/+3
* Plugs a potential underflowItamar Haber2018-11-051-0/+1
* Corrects inline documentation of syntaxItamar Haber2018-11-051-1/+1
* if we read a expired key, misses++zhaozhao.zz2018-11-051-1/+5
* Fix XRANGE COUNT option for value of 0.antirez2018-11-051-2/+8
* Fix typo in streamReplyWithRange() top comment.antirez2018-11-051-1/+1
* Overhead is the allocated size of the AOF buffer, not its lengthDamien Tournoud2018-11-052-2/+2
* Simplify part of the #5470 patch.antirez2018-11-051-12/+11
* do not delete expired keys in KEYS commandzhaozhao.zz2018-11-051-27/+34
* Use guide comments to make changes in #5462 more obvious.antirez2018-10-221-0/+6
* migrate: fix mismatch of RESTORE reply when some keys have expired.youjiali19952018-10-221-6/+8
* fix typo in config.chujie2018-10-221-1/+1
* several typos fixed, optimize MSETNX to avoid unnecessary loophujiecs2018-10-224-4/+4
* Remove useless complexity from MSET implementation.antirez2018-10-221-7/+5
* Fix again stack generation on the Raspberry Pi.antirez2018-10-191-0/+4
* Get rid of the word slave in the release note of Redis 5.antirez2018-10-171-2/+2
* Redis 5.0.0.5.0.0antirez2018-10-172-2/+214
* Streams: use bulk replies instead of status replies.antirez2018-10-171-16/+16
* Fix conditional in XGROUP.antirez2018-10-171-1/+1
* Update help.h for redis-cli.antirez2018-10-171-7/+57
* Tests for XGROUP CREATE MKSTREAM.antirez2018-10-171-0/+11
* Fix XGROUP CREATE MKSTREAM handling of .antirez2018-10-171-2/+7
* Process MKSTREAM option of XGROUP CREATE at a later time.antirez2018-10-171-17/+28
* Scripting & Streams: some commands need right flagszhaozhao.zz2018-10-171-5/+5