summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Don't run command filter on blocked command reprocessing (#11895)Shaya Potter2023-03-201-3/+4
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-17/+39
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-1/+1
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-2/+18
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-23/+46
* assert in case resize output buffer will attempt to shrink too much (#11839)ranshid2023-02-261-0/+2
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-6/+6
* skip new page cache reclame unit test when running in valgrind (#11808)Oran Agra2023-02-161-0/+1
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-41/+43
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-141-11/+18
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-3/+4
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-01-311-2/+2
* Key as dict entry - memory optimization for sets (#11595)Viktor Söderqvist2023-01-201-4/+5
* Remove the bucket-cb from dictScan and move dictEntry defrag to dictScanDefragViktor Söderqvist2023-01-111-2/+15
* Make sure that fork child doesn't do incremental rehashing (#11692)Oran Agra2023-01-101-4/+7
* In cluster-mode enabled, override the databases config at startup to 1 (#11555)llahav-amzn2023-01-041-6/+1
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-52/+82
* Remove unnecessary updateClientMemUsageAndBucket() when feeding monitors (#11...sundb2022-12-281-0/+6
* Cleanup: Get rid of server.core_propagates (#11572)guybe72022-12-201-33/+19
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-091-0/+1
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-44/+91
* Fix command line startup --sentinel problem (#11591)Binbin2022-12-061-0/+18
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-301-0/+1
* Add log message when PID file fails to create (#11544)Madelyn Olson2022-11-271-0/+2
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-241-3/+29
* diskless master, avoid bgsave child hung when fork parent crashes (#11463)Oran Agra2022-11-091-0/+4
* Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)Moti Cohen2022-10-271-13/+15
* fix: reducing duplicate header file definitions (#11437)AntiTopQuark2022-10-261-2/+0
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-0/+1
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-161-22/+3
* Fix crash on RM_Call inside module load (#11346)Meir Shpilraien (Spielrein)2022-10-121-1/+4
* Fix TIME command microseconds overflow under 32-bits (#11368)Binbin2022-10-091-1/+1
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-15/+33
* Added authentication failure and access denied metrics (#11288)aradz442022-10-071-0/+21
* Fixing compilation by removing flock() when compiling on Solaris (#11327)Steffen Moser2022-09-271-0/+3
* Fix missing sections for INFO ALL with module (#11291)Shay Fadida2022-09-211-3/+7
* Improve cmd_flags for script/functions in RM_Call (#11159)Shaya Potter2022-08-281-13/+18
* Removing old redundant code from bio.c (#11136)Moti Cohen2022-08-261-1/+1
* Reverts most of the changes of #10969 (#11178)Meir Shpilraien (Spielrein)2022-08-241-116/+24
* Build TLS as a loadable moduleOran Agra2022-08-231-70/+82
* Add listeners info string for 'INFO' commandzhenwei pi2022-08-221-0/+3
* Introduce .listen into connection typezhenwei pi2022-08-221-98/+95
* Use connection name of stringzhenwei pi2022-08-221-6/+6
* Introduce unix socket connection typezhenwei pi2022-08-221-1/+1
* Abstract accept handlerzhenwei pi2022-08-221-4/+4
* Use socketFds for unixzhenwei pi2022-08-221-10/+12
* Introduce pending data for connection typezhenwei pi2022-08-221-5/+5
* Introduce connection layer frameworkzhenwei pi2022-08-221-2/+2
* Introduce connAddrzhenwei pi2022-08-221-1/+1
* Support setlocale via CONFIG operation. (#11059)yourtree2022-08-211-1/+6