summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
...
* code, typo and comment cleanups (#11280)Binbin2022-10-021-1/+0
* Fix the missing server.dirty increment and redundant signalModifiedKey in ser...sundb2022-09-281-1/+1
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-09-221-1/+4
* Replica that asks for rdb only should be closed right after the rdb part (#11...Valentino Geron2022-09-221-0/+2
* Adds listnode to client struct for clients_pending_write list (#11220)Adi Pinsky2022-09-141-0/+2
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-08-281-0/+1
* Fix assertion when a key is lazy expired during cluster key migration (#11176)Oran Agra2022-08-241-0/+1
* Reverts most of the changes of #10969 (#11178)Meir Shpilraien (Spielrein)2022-08-241-10/+3
* Build TLS as a loadable moduleOran Agra2022-08-231-17/+8
* Introduce .listen into connection typezhenwei pi2022-08-221-13/+7
* Introduce unix socket connection typezhenwei pi2022-08-221-1/+0
* Abstract accept handlerzhenwei pi2022-08-221-2/+1
* Use socketFds for unixzhenwei pi2022-08-221-1/+1
* Introduce connection layer frameworkzhenwei pi2022-08-221-6/+0
* Support setlocale via CONFIG operation. (#11059)yourtree2022-08-211-0/+2
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-181-2/+6
* Fix replication inconsistency on modules that uses key space notifications (#...Meir Shpilraien (Spielrein)2022-08-181-5/+10
* Trim rdb loading code for pre-release formats (#11058)Oran Agra2022-08-151-3/+0
* Avoid the sdslen() on shared.crlf given we know its size beforehand. Improve ...filipe oliveira2022-08-041-1/+1
* Adding parentheses and do-while(0) to macros (#11080)Moti Cohen2022-08-031-3/+3
* 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