summaryrefslogtreecommitdiff
path: root/src
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-073-6/+1
* Make tracking invalidation messages always after command's reply (#9422)Huang Zhw2021-10-075-11/+86
* Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)GutovskyMaria2021-10-061-1/+19
* Implement anetPipe() to combine creating pipe and setting flags (#9511)Andy Pan2021-10-067-23/+73
* 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
* argv mem leak during multi command execution. (#9598)yoav-steinberg2021-10-051-2/+4
* Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591)Meir Shpilraien (Spielrein)2021-10-041-6/+106
* 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-041-4/+25
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-0413-61/+196
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-043-7/+20
* 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
* decrby LLONG_MIN caused nagation overflow. (#9577)yoav-steinberg2021-10-031-0/+5
* Remove argument count limit, dynamically grow argv. (#9528)yoav-steinberg2021-10-032-7/+18
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-025-7/+6
* Unify dbSyncDelete and dbAsyncDelete (#9573)Viktor Söderqvist2021-10-012-51/+27
* Allow to override OPENSSL_PREFIX (#9567)Yunier Pérez2021-09-301-6/+10
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-302-4/+14
* 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-261-1/+1
* Client eviction ci issues (#9549)yoav-steinberg2021-09-265-10/+34
* 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
* Minor optimize getMaxmemoryState, when server.maxmemory is not set (#9533)Huang Zhw2021-09-231-10/+7
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-232-2/+48
* Client eviction (#8687)yoav-steinberg2021-09-2313-125/+497
* Adding ACL support for modules (#9309)YaacovHazan2021-09-237-75/+233
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-236-82/+263
* Fix redis-check-rdb rdb_type_string initialization error (#9534)chenyang80942021-09-221-1/+1
* 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
* Adds limit to SINTERCARD/ZINTERCARD. (#9425)Binbin2021-09-165-8/+91
* createSharedObjects: zopomin and zpopmax apeear twice (#9505)guybe72021-09-151-2/+0
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-1510-75/+30
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-157-373/+1389
* Added URI support to redis-benchmark (cli and benchmark share the same uri-pa...filipe oliveira2021-09-144-191/+216
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-146-22/+331
* PSYNC2: make partial sync possible after master reboot (#8015)zhaozhao.zz2021-09-134-20/+60
* bitpos/bitcount add bit index (#9324)Huang Zhw2021-09-121-24/+107
* TLS build fix on OpenBSD when built with LibreSSL. (#9486)David CARLIER2021-09-111-1/+2
* init client pause value in more appropriate place (#9479)zhaozhao.zz2021-09-101-5/+2
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-0918-429/+635