summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-121-3/+14
* Minor performance improvement to SADD and HSET (#12019)Madelyn Olson2023-05-081-1/+1
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-35/+34
* Misuse of bool in redis (#12077)YaacovHazan2023-04-201-1/+2
* Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-121-0/+1
* check for known-slave in sentinel rewrite config (#11775)Subhi Al Hasan2023-04-041-1/+1
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-45/+6
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-291-1/+2
* Allow clients to report name and version (#11758)Igor Malinovskiy2023-03-221-0/+3
* Module commands to have ACL categories. (#11708)Roshan Khatri2023-03-211-0/+3
* Support for RM_Call on blocking commands (#11568)Meir Shpilraien (Spielrein)2023-03-161-1/+11
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-6/+6
* Custom authentication for Modules (#11659)KarthikSubbarao2023-03-151-3/+25
* Fix WAITAOF mix-use last_offset and last_numreplicas (#11922)Binbin2023-03-151-1/+1
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-1/+12
* Fix tail->repl_offset update in feedReplicationBuffer (#11905)Binbin2023-03-131-1/+1
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-03-121-0/+1
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-23/+74
* Try to trim strings only when applicable (#11817)uriyage2023-02-281-1/+4
* Add CLIENT NO-TOUCH for clients to run commands without affecting LRU/LFU of ...Chen Tianjie2023-02-231-0/+1
* Cleanup around script_caller, fix tracking of scripts and ACL logging for RM_...Oran Agra2023-02-161-3/+4
* SCAN/RANDOMKEY and lazy-expire (#11788)guybe72023-02-141-0/+7
* Match REDISMODULE_OPEN_KEY_* flags to LOOKUP_* flags (#11772)Meir Shpilraien (Spielrein)2023-02-091-1/+1
* Move stat_active_defrag_hits increment to activeDefragAllocViktor Söderqvist2023-01-111-4/+4
* Introduce .is_local method for connection layer (#11672)zhenwei pi2023-01-041-1/+0
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-43/+42
* Cleanup: Get rid of server.core_propagates (#11572)guybe72022-12-201-3/+4
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-091-1/+3
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-4/+6
* When converting a set to dict, presize for one more element to be added (#11559)Viktor Söderqvist2022-12-061-0/+1
* changing addReplySds and sdscat to addReplyStatusLength() within luaReplyToRe...filipe oliveira2022-11-301-0/+1
* Add a special notification unlink available only for modules (#9406)Huang Zhw2022-11-301-2/+11
* Reduce eval related overhead introduced in v7.0 by evalCalcFunctionName (#11521)filipe oliveira2022-11-291-0/+1
* Add withscore option to ZRANK and ZREVRANK. (#11235)C Charles2022-11-281-1/+1
* Add redis_ prefix for member2struct, avoid redefined warning in FreeBSD (#11549)Binbin2022-11-271-1/+1
* Module API to allow writes after key space notification hooks (#11199)Meir Shpilraien (Spielrein)2022-11-241-1/+2
* Fix sanitizer warning, use offsetof instread of member_offset (#11539)Binbin2022-11-241-4/+2
* optimize unwatchAllKeys() (#11511)Mingyi Kang2022-11-231-0/+7
* Introduce Shard IDs to logically group nodes in cluster mode (#10536)Ping Xie2022-11-161-0/+4
* Add listpack encoding for list (#11303)sundb2022-11-161-3/+16
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-2/+6
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-011-1/+1
* Refactor and (internally) rebrand from pause-clients to pause-actions (#11098)Moti Cohen2022-10-271-15/+24
* RM_Call - only enforce OOM on scripts if 'M' flag is sent (#11425)Shaya Potter2022-10-271-0/+2
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-2/+6
* Avoid saving module aux on RDB if no aux data was saved by the module. (#11374)Meir Shpilraien (Spielrein)2022-10-181-0/+4
* Unify ACL failure error messaging. (#11160)Shaya Potter2022-10-161-1/+1
* Freeze time sampling during command execution, and scripts (#10300)Binbin2022-10-091-2/+2
* Added authentication failure and access denied metrics (#11288)aradz442022-10-071-0/+10
* Stabilize cluster hostnames tests (#11307)Madelyn Olson2022-10-031-0/+1