summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.136.0.13Oran Agra2021-05-032-2/+34
* Resolve nonsense static analysis warningsOran Agra2021-05-037-15/+15
* Fix integer overflow in STRALGO LCS (CVE-2021-29477)Oran Agra2021-05-031-1/+1
* Fix integer overflow in intset (CVE-2021-29478)Oran Agra2021-05-031-1/+1
* Introduce fast path to bypass expensive serveClientsBlockedOnKeyByModule call...Igor2021-05-031-0/+4
* Skip unecessary check for pong recieved (#8585)Madelyn Olson2021-05-031-1/+0
* Fix crash report killed by message (#8683)Oran Agra2021-05-031-2/+2
* Server won't start on alpine/libmusl without IPv6. (#8655)Yossi Gottlieb2021-05-031-3/+4
* Fix edge-case when a module client is unblocked (#8618)guybe72021-05-031-0/+6
* Redis 6.0.126.0.12Oran Agra2021-03-022-2/+11
* Fix failed tests on Linux Alpine and add a CI job. (#8532)Yossi Gottlieb2021-03-025-17/+24
* Fix timing error oom-score-adj test (#8513)sundb2021-03-021-1/+6
* Fix compile errors with no HAVE_MALLOC_SIZE. (#8533)Yossi Gottlieb2021-03-022-5/+41
* 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