summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.116.0.11Oran Agra2021-02-232-2/+30
* Fix integer overflow (CVE-2021-21309). (#8522)Yossi Gottlieb2021-02-233-1/+14
* Update CI on Ubuntu to tcl8.6 (since 20.04 is now used) (#8460)Oran Agra2021-02-232-6/+6
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-235-0/+50
* Fix random element selection for large hash tables. (#8133)Greg Femec2021-02-239-13/+320
* Client tracking tracking-redir-broken push len is 2 not 3 (#8456)Huang Zw2021-02-231-1/+1
* redis-benchmark: Fix broken protocol when used with -a or --dbnum (#8486)filipe oliveira2021-02-231-0/+3
* XINFO should use lookupKeyReadOrReply (#8436)zhaozhao.zz2021-02-231-1/+1
* Avoid assertions when testing arm64 cow bug. (#8405)Yossi Gottlieb2021-02-231-33/+68
* CONFIG REWRITE should honor umask settings. (#8371)Yossi Gottlieb2021-02-233-1/+8
* Fix firstkey,lastkey,step in COMMAND command for some commands (#8367)guybe72021-02-231-6/+6
* Remove race condition and consistency issues with client pause and threaded I...Madelyn Olson2021-02-223-10/+37
* Redis 6.0.106.0.10Oran Agra2021-01-122-2/+74
* Improve stability of new CSC eviction test (#8160)Oran Agra2021-01-121-2/+14
* fix race in cluster transactions test (#8312)Oran Agra2021-01-121-0/+2
* Fix cluster diskless load swapdb test (#8308)Oran Agra2021-01-122-5/+12
* Fix overflow of rdbWriteRaw return value (#8306)Bob Li2021-01-121-1/+1
* Modules: Fix an integer sign bug in moduleTimerHandler (#8131)guybe72021-01-121-3/+7
* Allow '\0' inside of result of sdscatvprintf, and efficiency improvements (#6...Egor Seredin2021-01-121-6/+26
* Modules: Improve timer accuracy (#7987)guybe72021-01-121-2/+14
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2021-01-122-2/+8
* raspberry build fix. (#8095)David CARLIER2021-01-121-2/+2
* Fix crash log output on ARM. (#8020)Yossi Gottlieb2021-01-121-1/+1
* Fix cluster access to unaligned memory (SIGBUS on old ARM) (#7958)Oran Agra2021-01-122-8/+25
* prevent client tracking from causing feedback loop in performEvictions (#8100)Oran Agra2021-01-123-1/+60
* White space tweaks and skip categories already appliedMadelyn Olson2021-01-121-3/+12
* Further improved ACL algorithm for picking categoriesMadelyn Olson2021-01-122-31/+62
* Swapdb should make transaction fail if there is any client watching keys (#8239)Yang Bodong2021-01-124-24/+68
* Adds 'use-memory' to GEORADIUS[BYMEMBER] (#8107)Itamar Haber2021-01-121-2/+2
* fix valgrind warning created by recent pidfile fix (#8235)Oran Agra2021-01-121-0/+1
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2021-01-122-1/+5
* Sentinel: add missing calls for sentinelflushconfig when config master at run...Wen Hui2021-01-121-9/+8
* fix memory leak in processInlineBuffer error handling code (#8295)Wen Hui2021-01-121-0/+1
* sdscatfmt call sdsMakeRoomFor, asked for more space than intended (#8286)huangzhw2021-01-121-1/+1
* sort Command lookupKeyRead and lookupKeyWrite are used on the opposite (#8283)huangzhw2021-01-121-1/+1
* Fix rdb checksum / crc64 on bigendian (#8270)Oran Agra2021-01-121-1/+2
* fix crash in redis-cli after making cluster backup (#8267)Oran Agra2021-01-121-1/+3
* Fix wrong order of key/value in Lua map response (#8266)Oran Agra2021-01-123-2/+45
* Crash log would crash half way on commands with no arguments (#8260)Oran Agra2021-01-121-1/+1
* Fix crashes with io-threads-do-reads enabled. (#8230)Yossi Gottlieb2021-01-121-2/+14
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-01-124-1/+145
* Not over-allocate client query buffer when reading large objects. (#5954)Qu Chen2021-01-121-1/+1
* Handle output buffer limits for Module blocked clients (#8141)Oran Agra2021-01-123-1/+150
* Fix setproctitle related crashes. (#8150)Yossi Gottlieb2021-01-121-4/+39
* Fix use-after-free issue in spt_copyenv. (#8088)Yossi Gottlieb2021-01-121-19/+50
* Backup keys to slots map and restore when fail to sync if diskless-load type ...Wang Yuan2021-01-126-120/+274
* Reset average ttl when empty databases (#8106)Wang Yuan2021-01-121-0/+3
* Fix bug with module GIL being released prematurely (#8061)Oran Agra2021-01-121-4/+9
* Fix oom-score-adj-values range, abs options, and bug when used in config file...Oran Agra2021-01-124-17/+42
* EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...guybe72021-01-125-19/+21