summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add errorstats info section, Add failed_calls and rejected_calls to commandst...filipe oliveira2020-12-315-18/+98
* Merge pushGenericCommand and pushxGenericCommand (#8255)sundb2020-12-291-47/+26
* Fix memory leaks in error replies due to recent change (#8249)Oran Agra2020-12-273-5/+5
* Make the protocol-version argument of HELLO optional (#7377)Oran Agra2020-12-273-12/+18
|\
| * fix the formatxhe2020-12-251-2/+2
| * rewordxhe2020-12-251-1/+1
| * address commentxhe2020-12-241-8/+9
| * rewordxhe2020-12-241-1/+1
| * ask protover for authenticationxhe2020-12-241-0/+5
| * correctionxhe2020-12-241-1/+1
| * simplifyxhe2020-12-241-1/+1
| * simplifyxhe2020-12-241-1/+1
| * simplifyxhe2020-12-241-0/+1
| * simplifyxhe2020-12-241-1/+1
| * prefer !xhe2020-12-241-2/+2
| * HELLO without protoverxhe2020-12-243-8/+7
| * add a read-only variant for HELLOxhe2020-12-241-3/+3
* | Tracking: add CLIENT TRACKINGINFO subcommand (#7309)zhaozhao.zz2020-12-271-1/+63
* | Adds count to L/RPOP (#8179)Itamar Haber2020-12-253-47/+115
* | Use addReplyErrorObject with shared.syntaxerror (#8248)Itamar Haber2020-12-252-2/+2
* | cleanup: ziplist prev entry large length use sizeof(uint32_t) instead 4 (#8241)huangzhw2020-12-241-3/+5
* | syncWithMaster: use pipeline for AUTH+REPLCONF*3Oran Agra2020-12-242-85/+81
* | syncWithMaster: sendSynchronousCommand split to send, and receiveOran Agra2020-12-241-77/+100
* | Typo: timout -> timeout (#8228)Brad Dunbar2020-12-241-2/+2
|/
* Cleanup key tracking documentation and table management (#8039)Madelyn Olson2020-12-238-74/+120
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-2321-103/+103
* Add semicolon to calls of test_cond() (#8238)Wang Yuan2020-12-231-24/+24
* Fix redundancy incrRefCount in lmoveGenericCommand (#8218)sundb2020-12-231-5/+0
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-239-10/+319
* fix valgrind warning created by recent pidfile fix (#8235)Oran Agra2020-12-231-0/+1
* Fix TLS build on macOS arm64 systems (#8197)Felix Bünemann2020-12-231-0/+10
* Sentinel: add missing calls for sentinelflushconfig when config master at run...Wen Hui2020-12-221-9/+8
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2020-12-222-1/+5
* Fix crashes with io-threads-do-reads enabled. (#8230)Yossi Gottlieb2020-12-221-2/+14
* Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...Oran Agra2020-12-226-39/+32
* Fix some redundancy use of semicolon in do-while macros (#8221)sundb2020-12-217-12/+11
* Fix PFDEBUG commands flag (#8222)valentinogeron2020-12-211-2/+5
* Fix command reset's arity (#8212)sundb2020-12-181-1/+1
* Not over-allocate client query buffer when reading large objects. (#5954)Qu Chen2020-12-171-1/+1
* Handle binary safe string for REQUIREPASS and MASTERAUTH directives (#8200)Qu Chen2020-12-173-27/+107
* install redis-check-rdb and redis-check-aof as symlinks to redis-server (#5745)Nick Revin2020-12-171-2/+2
* More fixes to printf format specifier. (#7909)Hanif Ariffin2020-12-173-6/+6
* Fix comment of georadiusGeneric function (#8202)sundb2020-12-171-2/+2
* [Redis-benchmark] Use IP from CLUSTER NODE reply for first node too (#8154)Wang Yuan2020-12-171-2/+2
* fix wrong comment in cluster.h (#8191)Wen Hui2020-12-161-1/+1
* Fix some wrong server.dirty increments (#8140)sundb2020-12-155-6/+7
* GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)Itamar Haber2020-12-141-3/+7
* Sanitize dump payload: excessive free on dup zset fields (#8189)Oran Agra2020-12-141-1/+1
* Expose Redis main thread cpu time, and scrape system time via INFO command. (...filipe oliveira2020-12-131-4/+16
* Several (mostly Solaris-related) cleanups (#8171)Yossi Gottlieb2020-12-1311-26/+26