summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix oom-score-adj-values range, abs options, and bug when used in config file...Oran Agra2020-11-223-8/+28
* fix compilation with uClibc-ng (#8054)Rosen Penev2020-11-201-1/+1
* EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...guybe72020-11-184-18/+19
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-1712-12/+99
* ZREVRANGEBYSCORE Optimization for out of range offset (#5773)thomaston2020-11-171-0/+6
* Improve and clean up supervised process support. (#8036)Yossi Gottlieb2020-11-171-35/+66
* Add COPY command (#7953)swamp04072020-11-179-0/+401
* Fix memory leaks in newly added ZDIFF (#8056)Oran Agra2020-11-161-1/+3
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-167-15/+107
* Add new commands ZDIFF and ZDIFFSTORE (#7961)Felipe Machado2020-11-154-44/+260
* Fix make warning in hellohook,c and testmodule.c (#8044)sundb2020-11-132-3/+3
* Adds user parsing to redis-cli URIs (#8048)Itamar Haber2020-11-121-1/+1
* cleanup: move list pop logic to single function (#7997)Yash Ladha2020-11-122-23/+19
* Initialize original client argv for aof (#8042)Madelyn Olson2020-11-111-0/+3
* Invalidate aeTimer when returning AE_NOMORE (#8022)tzongw2020-11-111-1/+6
* add tracking bcast flag and client redirection in client list (#7995)Wen Hui2020-11-111-2/+4
* Rewritten commands are logged as their original command (#8006)Madelyn Olson2020-11-103-16/+39
* Adds help for '--cluster-yes' (#8035)Itamar Haber2020-11-101-1/+24
* optimization src/adlist.c:listJoin()sundb2020-11-091-3/+4
* Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (...Meir Shpilraien (Spielrein)2020-11-091-2/+2
* Fix the init value for repl_id of rdbSaveInfo struct (#8026)bugwz2020-11-081-1/+1
* DragonFlyBSD resident memory amount (almost) similar as FreeBSD. (#8023)David CARLIER2020-11-081-1/+5
* Typo fix: entires -> entries (#8031)sundb2020-11-083-4/+4
* Debug Populate: Avoid server crash when passing negative value for key and va...Wen Hui2020-11-053-2/+23
* Fix crash log output on ARM. (#8020)Yossi Gottlieb2020-11-051-1/+1
* Better INFO fields to track diskless and disk-based replication progress (#7981)Oran Agra2020-11-053-9/+31
* Add RESET command. (#7982)Yossi Gottlieb2020-11-053-10/+68
* rdb: corrected RedisModuleIO initialization point (#8014)Tomasz Poradowski2020-11-041-2/+2
* Enable specifying TLS ciphers(suites) in redis-cli/redis-benchmark (#8005)filipe oliveira2020-11-044-1/+46
* Allow '\0' inside of result of sdscatvprintf, and efficiency improvements (#6...Egor Seredin2020-11-041-6/+26
* redis-cli cluster import support source and target that need auth (#7994)Wen Hui2020-11-041-11/+45
* Add maxclients and cluster_connections to INFO CLIENTS (#7979)Oran Agra2020-11-041-0/+4
* Disable rehash when redis has child process (#8007)Wang Yuan2020-11-034-1/+7
* Added crash report on SIGABRT (#8004)Meir Shpilraien (Spielrein)2020-11-033-0/+9
* Propagate GETSET and SET-GET as SET (#7957)Oran Agra2020-11-031-1/+24
* Modules: Improve timer accuracy (#7987)guybe72020-11-021-2/+14
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-289-64/+70
* Optionally (default) fail to start if requested bind address is not available...Oran Agra2020-10-282-45/+27
* White space tweaks and skip categories already appliedMadelyn Olson2020-10-281-3/+12
* Further improved ACL algorithm for picking categoriesMadelyn Olson2020-10-281-22/+47
* refactor aof rewrite code to avoid memory leaks in error handling (#7976)Wen Hui2020-10-281-29/+68
* docs: Fix some typos in comments and log messge (#7975)sundb2020-10-284-5/+5
* TLS Support for redis-benchmark (#7959)filipe oliveira2020-10-285-164/+323
* Fix waste of CPU time about server log in serverCron.WuYunlong2020-10-271-10/+11
* Fix cluster access to unaligned memory (SIGBUS on old ARM) (#7958)Oran Agra2020-10-272-8/+25
* Disable THP if enabled (#7381)zhenwei pi2020-10-275-1/+20
* rdb.c: fix typo in a comment (#7970)Andrij Fedyk2020-10-271-1/+1
* Speedup cluster failover. (#7948)WuYunlong2020-10-272-11/+32
* Only supress implitic fallthrough on GCC 7Madelyn Olson2020-10-261-1/+1
* Fix wrong zmalloc_size() assumption. (#7963)Yossi Gottlieb2020-10-261-3/+0