summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactory fork child related infra, Unify child pidYaacovHazan2021-01-071-34/+79
* Add ZRANGESTORE command, and improve ZSTORE command (#7844)Jonah H. Harris2021-01-071-0/+4
* Add XAUTOCLAIM (#7973)guybe72021-01-061-0/+4
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-5/+10
* Fix assertion on loading AOF with timed out script. (#8284)Meir Shpilraien (Spielrein)2021-01-041-3/+8
* Fix rare assertion as a result of: active defrag while loading (#8281)Oran Agra2021-01-031-1/+1
* Fix leak in new errorstats commit, and a flaky test (#8278)Oran Agra2021-01-021-1/+1
* Add errorstats info section, Add failed_calls and rejected_calls to commandst...filipe oliveira2020-12-311-3/+60
* Fix memory leaks in error replies due to recent change (#8249)Oran Agra2020-12-271-1/+2
* Make the protocol-version argument of HELLO optional (#7377)Oran Agra2020-12-271-1/+1
|\
| * HELLO without protoverxhe2020-12-241-1/+1
* | Adds count to L/RPOP (#8179)Itamar Haber2020-12-251-2/+2
|/
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-5/+8
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-231-0/+2
* fix valgrind warning created by recent pidfile fix (#8235)Oran Agra2020-12-231-0/+1
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2020-12-221-0/+4
* Remove read-only flag from non-keyspace cmds, different approach for EXEC to ...Oran Agra2020-12-221-9/+17
* Fix PFDEBUG commands flag (#8222)valentinogeron2020-12-211-2/+5
* Fix command reset's arity (#8212)sundb2020-12-181-1/+1
* Expose Redis main thread cpu time, and scrape system time via INFO command. (...filipe oliveira2020-12-131-4/+16
* Add total_forks to INFO STATS (#8155)Wang Yuan2020-12-131-0/+4
* Add GEOSEARCH / GEOSEARCHSTORE commands (#8094)杨博东2020-12-121-2/+10
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-0/+1
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+3
* Make sure we do not propagate nested MULTI/EXEC (#8097)guybe72020-12-061-0/+3
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-16/+44
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-1/+1
* INFO client_recent_max_input_buffer includes argv array (#8065)Oran Agra2020-11-251-1/+2
* Fix bug with module GIL being released prematurely (#8061)Oran Agra2020-11-221-4/+9
* Fix oom-score-adj-values range, abs options, and bug when used in config file...Oran Agra2020-11-221-2/+4
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-0/+8
* Improve and clean up supervised process support. (#8036)Yossi Gottlieb2020-11-171-35/+66
* Add COPY command (#7953)swamp04072020-11-171-0/+4
* Modules callbacks for lazy free effort, and unlink (#7912)chenyangyang2020-11-161-2/+4
* Add new commands ZDIFF and ZDIFFSTORE (#7961)Felipe Machado2020-11-151-4/+12
* Rewritten commands are logged as their original command (#8006)Madelyn Olson2020-11-101-1/+6
* Better INFO fields to track diskless and disk-based replication progress (#7981)Oran Agra2020-11-051-9/+28
* Add RESET command. (#7982)Yossi Gottlieb2020-11-051-5/+12
* 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-031-1/+3
* Added crash report on SIGABRT (#8004)Meir Shpilraien (Spielrein)2020-11-031-0/+2
* Optionally (default) fail to start if requested bind address is not available...Oran Agra2020-10-281-45/+23
* Fix waste of CPU time about server log in serverCron.WuYunlong2020-10-271-10/+11
* Disable THP if enabled (#7381)zhenwei pi2020-10-271-1/+1
* Support ACL for Sentinel Mode (#7888)Wen Hui2020-10-191-0/+1
* INFO report peak memory before eviction (#7894)Oran Agra2020-10-181-1/+11
* Minor improvements to module blocked on keys (#7903)guybe72020-10-121-0/+5
* Introduce getKeysResult for getKeysFromCommand.Yossi Gottlieb2020-10-111-7/+7
* Support getting configuration from both stdin and file at the same time (#7893)Uri Shachar2020-10-111-27/+26
* Adds new pop-push commands (LMOVE, BLMOVE) (#6929)Felipe Machado2020-10-081-0/+14