summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Change the return value of rdbLoad function to enums (#11039)Binbin2022-07-261-0/+5
* Set RM_StringCompare input args as const (#11010)Binbin2022-07-191-2/+2
* Fix some outdated comments and some typo (#10946)Binbin2022-07-061-4/+2
* Add pubsubshard_channels field in INFO STATS (#10929)Binbin2022-07-061-1/+1
* Optimize number of realloc syscall during multi/exec flow (#10921)Harkrishn Patro2022-07-041-0/+1
* Account sharded pubsub channels memory consumption (#10925)Harkrishn Patro2022-07-041-0/+1
* Add SENTINEL command flag to CLIENT/COMMANDS subcommands (#10904)Binbin2022-06-301-2/+3
* Add RM_SetClientNameById and RM_GetClientNameById (#10839)Viktor Söderqvist2022-06-261-0/+1
* Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)Binbin2022-06-121-2/+2
* Split instantaneous_repl_total_kbps to instantaneous_input_repl_kbps and inst...DarrenJiang132022-06-061-2/+3
* Update time independent string compare to use hash length (#9759)Madelyn Olson2022-06-031-1/+0
* Expose script flags to processCommand for better handling (#10744)Oran Agra2022-06-011-1/+3
* Fix broken protocol in MISCONF error, RM_Yield bugs, RM_Call(EVAL) OOM check ...Oran Agra2022-06-011-1/+2
* Moving client flags to a more cache friendly position within client struct (#...filipe oliveira2022-06-011-1/+1
* Adds isolated netstats for replication. (#10062)DarrenJiang132022-05-311-2/+5
* Sharded pubsub publish messagebulk as smessage (#10792)Harkrishn Patro2022-05-311-2/+2
* loadAppendOnlyFiles and loadSingleAppendOnlyFile ret should be AOF_OK, not C_...Binbin2022-05-291-1/+1
* Remove ziplist dead code in object.c (#10751)Binbin2022-05-221-3/+3
* Make the check for if script is running or not consistent (#10725)Qu Chen2022-05-151-1/+0
* Fix possible regression around TLS config changes. Add VOLATILE_CONFIG flag f...yoav-steinberg2022-05-121-0/+4
* Dediacted member to hold RedisModuleCommand (#10681)guybe72022-05-101-0/+2
* zmalloc_get_rss implementation for haiku. (#10687)David CARLIER2022-05-081-0/+2
* Fix bug when AOF enabled after startup. put the new incr file in the manifest...chenyang80942022-04-261-0/+1
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-261-0/+3
* Fix syntax error in replicationErrorBehavior enum (#10642)Binbin2022-04-261-1/+1
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-0/+13
* By default prevent cross slot operations in functions and scripts with # (#10...Madelyn Olson2022-04-261-0/+1
* Fix typos and limit unknown command error message (#10634)Binbin2022-04-251-1/+1
* Fix regression not aborting transaction on error, and re-edit some error resp...guybe72022-04-251-0/+2
* Fixes around clients that must be obeyed. Replica report disk errors in PING....Oran Agra2022-04-201-1/+1
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-2/+2
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+1
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+1
* Durability enhancement for appendfsync=always policy (#9678)zhaozhao.zz2022-04-111-1/+1
* COMMAND DOCS shows module name, where applicable (#10544)guybe72022-04-101-0/+1
* Module Configurations (#10285)Nick Chun2022-03-301-1/+59
* optimize(remove) usage of client's pending_querybuf (#10413)zhaozhao.zz2022-03-251-7/+2
* Add new RM_Call flags for script mode, no writes, and error replies. (#10372)Meir Shpilraien (Spielrein)2022-03-221-0/+3
* config rewrite enhancement, in case of line longer than 1024 (#8009)zhaozhao.zz2022-03-221-1/+0
* fix wrong comment about cluster_announce_hostname (#10274)carlosfu2022-03-161-1/+1
* make sort/ro commands validate external keys access patterns (#10106) (#10340)ranshid2022-03-151-0/+1
* Optimization: remove `updateClientMemUsage` from i/o threads. (#10401)yoav-steinberg2022-03-151-3/+2
* improve string2ll() to avoid extra conversion for long integer string. (#10408)DarrenJiang132022-03-141-1/+0
* Fix typo "the the" (#10399)蔡相跃2022-03-091-1/+1
* XREADGROUP: Unblock client if stream is deleted (#10306)guybe72022-03-081-0/+1
* Introduce debug command to disable reply buffer resizing (#10360)ranshid2022-03-011-0/+1
* Move most of the configuration to a hashtable (#10323)Madelyn Olson2022-02-281-0/+2
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-0/+17
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-1/+1