summaryrefslogtreecommitdiff
path: root/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-121-31/+111
* Free backlog only if rsi is invalid when master reboot (#12088)zhaozhao.zz2023-05-061-1/+3
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-15/+15
* iterate clients fairly in clientsCron() (#12025)zhaozhao.zz2023-04-241-4/+3
* Report AOF failure status to systemd in shutdown (#12065)Binbin2023-04-241-0/+2
* Misuse of bool in redis (#12077)YaacovHazan2023-04-201-0/+1
* Move startup system check to before daeomniztion and modules init (#12067)Oran Agra2023-04-191-24/+28
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-181-0/+1
* avoid incorrect shrinking of querybuf when client is reading a big argv (#12000)judeng2023-04-161-3/+2
* Changed activeExpireCycle server.masterhost check to iAmMaster in beforeSleep...Binbin2023-04-041-1/+1
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-56/+1
* Fixed tracking of command duration for multi/eval/module/wait (#11970)Madelyn Olson2023-03-291-0/+6
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-291-0/+1
* 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