summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delete unused 'time' fields from struct bio_job (#9622)menwen2021-10-101-2/+0
* Move config logfile to generic config (#9592)Bjorn Svensson2021-10-073-20/+2
* Move config `cluster-config-file` to generic configs (#9597)Bjorn Svensson2021-10-074-6/+2
* obuf based eviction tests run until eviction occurs (#9611)yoav-steinberg2021-10-071-34/+33
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-076-11/+181
* Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)GutovskyMaria2021-10-062-1/+122
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-067-23/+73
* Test fails when flushdb triggers a bgsave (#9535)yoav-steinberg2021-10-061-1/+1
* Avoid argv memcpy when queuing a multi command. (#9602)yoav-steinberg2021-10-062-6/+13
* Added module-acquire-GIL latency stats (#9608)Meir Shpilraien (Spielrein)2021-10-061-1/+9
* improve latency when a client is unblocked by module timer (#9593)tzongw2021-10-061-5/+5
* Attempt to fix rare pubsub oubuf maxmemory eviction test failure (#9603)yoav-steinberg2021-10-051-2/+4
* argv mem leak during multi command execution. (#9598)yoav-steinberg2021-10-052-2/+21
* Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591)Meir Shpilraien (Spielrein)2021-10-042-6/+136
* Fix mem leak in loading AOF, introduced by #9528 (#9582)Oran Agra2021-10-041-4/+2
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672) (#9590)Oran Agra2021-10-042-5/+41
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-0414-61/+352
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-044-7/+36
* Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9...Oran Agra2021-10-042-0/+15
* Fix Integer overflow issue with intsets (CVE-2021-32687) (#9586)Oran Agra2021-10-043-3/+9
* Fix integer overflow in _sdsMakeRoomFor (CVE-2021-41099) (#9558)yiyuaner2021-10-041-3/+3
* improve the stability and correctness of "Test child sending info" (#9562)YaacovHazan2021-10-041-5/+16
* decrby LLONG_MIN caused nagation overflow. (#9577)yoav-steinberg2021-10-032-0/+11
* Remove argument count limit, dynamically grow argv. (#9528)yoav-steinberg2021-10-033-8/+27
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-026-8/+7
* Unify dbSyncDelete and dbAsyncDelete (#9573)Viktor Söderqvist2021-10-012-51/+27
* Fix error message for replica-serve-stale-data in redis.conf doc (#9519)Eduardo Semprebon2021-09-301-2/+3
* Allow to override OPENSSL_PREFIX (#9567)Yunier Pérez2021-09-302-7/+16
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-304-15/+33
* verbose debug print in test to debug rare CI failure. (#9563)yoav-steinberg2021-09-291-1/+5
* adding missing error check for fstat (#9532)Wen Hui2021-09-281-6/+13
* Use __common__ attribute in redismodule.h for Clang C builds (#9541)Ozan Tezcan2021-09-271-1/+1
* Fix stream sanitization for non-int first value (#9553)Oran Agra2021-09-262-2/+2
* Client eviction ci issues (#9549)yoav-steinberg2021-09-269-27/+54
* Add --skipfile and --skiptest regex support. (#9555)Yossi Gottlieb2021-09-262-4/+4
* Fix obtain the AOF file length error when load AOF (#9510)chenyang80942021-09-261-1/+1
* Fix crash due to free() call for a string literal in redis-benchmark (#9546)Ozan Tezcan2021-09-241-1/+2
* Use dictGetFairRandomKey() for HRANDFIELD,SRANDMEMBER,ZRANDMEMBER (#9538)sundb2021-09-243-3/+3
* Fix test randstring, compare string and int is wrong. (#9544)Huang Zhw2021-09-241-2/+3
* Minor optimize getMaxmemoryState, when server.maxmemory is not set (#9533)Huang Zhw2021-09-231-10/+7
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-233-2/+49
* Client eviction (#8687)yoav-steinberg2021-09-2318-131/+1168
* Adding ACL support for modules (#9309)YaacovHazan2021-09-2311-75/+477
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-239-174/+855
* Fix redis-check-rdb rdb_type_string initialization error (#9534)chenyang80942021-09-221-1/+1
* tune lazyfree test timeout (#9527)Oran Agra2021-09-221-3/+3
* Add const for relevant method parameters in redis-benchmark (#9516)Wen Hui2021-09-201-2/+2
* replace redis-trib to redis-cli since it is no longer available (#9525)郭伟光2021-09-201-3/+3
* CLIENT LIST / INFO show resp version (#9508)Wen Hui2021-09-191-2/+3
* fix replication test failure, probing the wrong log file (#9513)Oran Agra2021-09-191-1/+1