summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* command prompt help: add stdin config usage (#6313)(╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW2022-06-231-0/+1
* Fix 3 comments in server.c (#10844)XiongDa2022-06-121-3/+3
* Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-121-37/+40
* Fix crash when overcommit_memory is inaccessible (#10848)Binbin2022-06-111-2/+2
* Split instantaneous_repl_total_kbps to instantaneous_input_repl_kbps and inst...DarrenJiang132022-06-061-4/+8
* Only print final log when aof is loaded successfully (#10808)chenyang80942022-06-021-1/+2
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-9/+23
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-15/+16
* Adds isolated netstats for replication. (#10062)DarrenJiang132022-05-311-4/+20
* Sharded pubsub publish messagebulk as smessage (#10792)Harkrishn Patro2022-05-311-0/+1
* Add readonly flag to EVAL_RO, EVALSHA_RO and FCALL_RO (#10728)Madelyn Olson2022-05-291-3/+8
* improve logging around AOF file creation and loading (#10763)chenyang80942022-05-261-0/+1
* Add warning for suspected slow system clocksource setting (#10636)yoav-steinberg2022-05-221-155/+33
* Scripts that declare the `no-writes` flag are implicitly `allow-oom` too. (#1...Oran Agra2022-05-221-0/+2
* Make the check for if script is running or not consistent (#10725)Qu Chen2022-05-151-2/+1
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-131-0/+1
* redis-server command line arguments support take one bulk string with spaces ...Binbin2022-05-111-2/+7
* Dediacted member to hold RedisModuleCommand (#10681)guybe72022-05-101-6/+3
* Update the comments of commands introduced or updated in redis 7.0 (#10659)Wen Hui2022-04-281-1/+1
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-2/+8
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-261-2/+12
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-6/+20
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-3/+2
* fix broken protocol regression from #10612 (#10639)Oran Agra2022-04-261-0/+3
* Fix typos and limit unknown command error message (#10634)Binbin2022-04-251-3/+3
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-24/+53
* Optimization: Use either monotonic or wall-clock to measure command execution...filipe oliveira2022-04-201-19/+37
* Fixes around clients that must be obeyed. Replica report disk errors in PING....Oran Agra2022-04-201-6/+10
* Optimized `hdr_value_at_percentile` (#10606)yoav-steinberg2022-04-201-10/+0
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Fixes around AOF failed rewrite rate limiting (#10582)judeng2022-04-191-3/+2
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+5
* Durability enhancement for appendfsync=always policy (#9678)zhaozhao.zz2022-04-111-6/+14
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-101-0/+5
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-18/+0
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-19/+26
* Optimization: remove `updateClientMemUsage` from i/o threads. (#10401)yoav-steinberg2022-03-151-31/+22
* fix typos (#10402)a2tt2022-03-091-1/+1
* Use dismissMemory to dismiss COW of client output buffer (#10403)sundb2022-03-091-1/+1
* dismiss COW of client output buffer now that it's dynamic (#10371)Oran Agra2022-03-081-4/+2
* Introduce debug command to disable reply buffer resizing (#10360)ranshid2022-03-011-0/+5
* Move most of the configuration to a hashtable (#10323)Madelyn Olson2022-02-281-0/+24
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-12/+34
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-0/+1
* Optimize deferred replies to use shared objects instead of sprintf (#10334)filipe oliveira2022-02-231-0/+4
* introduce dynamic client reply buffer size - save memory on idle clients (#9822)ranshid2022-02-221-2/+56
* Implemented module getchannels api and renamed channel keyspec (#10299)Madelyn Olson2022-02-221-1/+1
* Fix error stats and failed command stats for blocked clients (#10309)Oran Agra2022-02-211-0/+6
* aof rewrite and rdb save counters in info (#10178)yoav-steinberg2022-02-171-0/+6
* Remove unused code - leftover from script replication mechanisms (#10272)chenyang80942022-02-091-13/+0