summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0.115.0.11Oran Agra2021-02-222-1/+32
* disable ARM64-COW-BUG warning by default on patch level releaseOran Agra2021-02-221-1/+1
* Fix integer overflow (CVE-2021-21309). (#8522)Yossi Gottlieb2021-02-223-8/+21
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-221-0/+2
* fix valgrind warning created by recent pidfile fix (#8235)Oran Agra2021-02-221-0/+1
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2021-02-222-1/+5
* Fix flock cluster config may cause failure to restart after kill -9 (#7674)杨博东2021-02-227-10/+35
* Avoid assertions when testing arm64 cow bug. (#8405)Yossi Gottlieb2021-02-221-33/+68
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-02-224-1/+174
* Fix setproctitle related crashes. (#8150)Yossi Gottlieb2021-02-221-4/+39
* Fix use-after-free issue in spt_copyenv. (#8088)Yossi Gottlieb2021-02-221-19/+50
* Avoid an out-of-bounds read in the redis-sentinel (#7443)namtsui2021-02-221-2/+2
* Redis 5.0.10.5.0.10Oran Agra2020-10-272-1/+115
* Backport Lua 5.2.2 stack overflow fix. (#7733)Yossi Gottlieb2020-10-271-1/+1
* Fix wrong zmalloc_size() assumption. (#7963)Yossi Gottlieb2020-10-271-3/+0
* Add fsync to readSyncBulkPayload(). (#7839)WuYunlong2020-10-271-0/+11
* Fix redis-check-rdb support for modules aux data (#7826)Ariel Shtul2020-10-273-1/+21
* fix memory leak in sentinel connection sharinghwware2020-10-271-0/+1
* Allow blocked XREAD on a cluster replica (#7881)Oran Agra2020-10-273-2/+100
* Modules: Invalidate saved_oparray after use (#7688)guybe72020-10-271-0/+2
* Modules: remove spurious call from moduleHandleBlockedClients().antirez2020-10-271-1/+0
* Fix broken interval and repeat bahaviour in redis-cli (incluing cluster mode)Angus Pearson2020-10-271-6/+11
* Cluster: introduce data_received field.antirez2020-10-272-10/+27
* Hide AUTH from monitorMadelyn Olson2020-10-271-1/+1
* Support streams in general module API functionsGuy Benoish2020-10-273-1/+11
* Expands lazyfree's effort estimate to include Streams (#5794)Itamar Haber2020-10-271-0/+24
* defrag.c activeDefragSdsListAndDict when defrag sdsele, We can't use (#7492)huangzhw2020-10-271-1/+1
* RESTORE ABSTTL skip expired keys - leak (#7511)Oran Agra2020-10-271-0/+1
* RESTORE ABSTTL won't store expired keys into the db (#7472)Oran Agra2020-10-274-15/+45
* fix clusters mixing accidentally by gossipLiu Zhen2020-10-271-2/+10
* XPENDING should not update consumer's seen-timeGuy Benoish2020-10-274-18/+30
* Also use propagate() in streamPropagateGroupID().antirez2020-04-241-1/+11
* optimize the output of cluster slotsyanhui132020-04-231-4/+7
* Check OOM at script start to get stable lua OOM state.srzhao2020-04-233-4/+11
* Redis 5.0.9.5.0.9antirez2020-04-172-1/+22
* Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-172-3/+8
* Speedup: unblock clients on keys in O(1).o1-bpop-5.0antirez2020-04-084-21/+50
* Redis 5.0.8.5.0.8antirez2020-03-122-1/+99
* Merge pull request #6975 from dustinmm80/add-arm-latomic-linkingSalvatore Sanfilippo2020-03-121-0/+9
|\
| * Fix Pi building needing -latomic, backportDustin Collins2020-03-111-0/+9
|/
* fix impl of aof-child whitelist SIGUSR1 feature.srzhao2020-03-051-4/+5
* fix ThreadSafeContext lock/unlock function namesAriel2020-03-051-2/+2
* XREADGROUP should propagate XCALIM/SETID in MULTI/EXECGuy Benoish2020-03-051-2/+2
* Fix client flags to be int64 in module.cOran Agra2020-03-051-3/+3
* Fix small bugs related to replica and monitor ambiguityGuy Benoish2020-03-052-6/+8
* Fix lua related memory leak.WuYunlong2020-03-051-0/+1
* Simplify #6379 changes.antirez2020-03-052-9/+4
* Free allocated sds in pfdebugCommand() to avoid memory leak.WuYunlong2020-03-051-0/+1
* Jump to right label on AOF parsing error.antirez2020-03-051-4/+6
* Free fakeclient argv on AOF error.antirez2020-03-051-3/+11