summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow SENTINEL CONFIG SET and SENTINEL CONFIG GET to handle multiple paramete...HEADunstableWen Hui2023-05-172-95/+181
* Fix for set max entries edge case in setTypeCreate / setTypeMaybeConvert (#12...Binbin2023-05-162-8/+8
* Fix bug: LPOS RANK LONG_ MIN causes overflow (#12167)JJ Lu2023-05-141-1/+1
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-124-34/+152
* fix moduleNotifyKeyUnlink to open the key with READ rather than WRITE (#12156)Oran Agra2023-05-111-1/+1
* redis-cli - add option --count for scan (#12042)kell0gg2023-05-111-2/+8
* Correct COMMAND DOCS summary, like COMMAND INFO (#12152)Binbin2023-05-103-10/+20
* fix `GEORADIUS[BYMEMBER]` `STORE` & `STOREDIST` args spec (#12151)Leibale Eidelman2023-05-094-30/+40
* Correct zrangeGenericCommand comment (#12136)tison2023-05-081-1/+1
* Remove several instances of duplicate "the" in comments (#12144)cui fliter2023-05-082-2/+2
* Minor performance improvement to SADD and HSET (#12019)Madelyn Olson2023-05-083-7/+39
* Fix defrag CI for 32bit after merge of jemalloc 5.3Oran Agra2023-05-081-1/+2
* Delete empty key if fails after moduleCreateEmptyKey() in module (#12129)sundb2023-05-071-0/+3
* Free backlog only if rsi is invalid when master reboot (#12088)zhaozhao.zz2023-05-061-1/+3
* Fix name of module API in documentation (#12119)Madelyn Olson2023-05-031-1/+1
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-0242-210/+209
* [redis-benchmark] Adding --seed option to seed the RNG (#11945)Hassaan Khan2023-05-021-1/+7
* Add missing reply schema and coverage tests (#12079)Binbin2023-04-276-6/+121
* minor optimization for slowlog get (#12103)judeng2023-04-251-7/+8
* 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
* after calling aeSetDontWait from beforesleep, aeProcessEvent may be still wai...Pengfei Han2023-04-231-27/+22
* Minor change around the req-res validator, skip sentinel commands (#12083)guybe72023-04-201-6/+3
* Fix typos (#12076)Juho Kim2023-04-203-4/+4
* Misuse of bool in redis (#12077)YaacovHazan2023-04-205-2/+6
* Move startup system check to before daeomniztion and modules init (#12067)Oran Agra2023-04-191-24/+28
* Updating reply_schema for sentinal commands (#12018)Wen Hui2023-04-194-2/+36
* Update dict.c dict_can_resize comment (#12059)Pengfei Han2023-04-181-3/+3
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-188-62/+80
* Fix RDB check regression caused by PR 12022 (#12051)Joe Hu2023-04-175-13/+14
* avoid incorrect shrinking of querybuf when client is reading a big argv (#12000)judeng2023-04-162-3/+8
* improve performance of keys command by using static objects (#12036)judeng2023-04-161-5/+4
* Fix redis_check_rdb() hang when rdb is FIFO (#12022)Joe Hu2023-04-141-0/+11
* Update reply_schema details for info and hset commands json files accordingly...Wen Hui2023-04-132-0/+2
* Print IP and port on Possible SECURITY ATTACK detected (#12024)Binbin2023-04-121-1/+7
* Add RM_ReplyWithErrorFormat that can support format (#11923)Binbin2023-04-124-2/+32
* Use dummy allocator to make accesses defined as per standard (#11982)sundb2023-04-106-37/+118
* Add RM_RdbLoad and RM_RdbSave module API functions (#11852)Ozan Tezcan2023-04-094-18/+198
* Add help message for client setinfo (#11995)bodong.ybd2023-04-041-0/+4
* check for known-slave in sentinel rewrite config (#11775)Subhi Al Hasan2023-04-043-4/+10
* Fix local clients detection (#11664)gx2023-04-041-1/+1
* Changed activeExpireCycle server.masterhost check to iAmMaster in beforeSleep...Binbin2023-04-041-1/+1
* redis-cli - handle sensitive command redaction for variadic CONFIG SET (#11975)Wen Hui2023-04-021-6/+9
* Disconnect pub-sub subscribers when revoking `allchannels` permission (#11992)Slava Koyfman2023-04-021-0/+7
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-3011-9699/+11795
* Fixed tracking of command duration for multi/eval/module/wait (#11970)Madelyn Olson2023-03-295-1/+14
* Overhauls command summaries and man pages. (#11942)Itamar Haber2023-03-29389-783/+782
* Fix fork done handler wrongly update fsync metrics and enhance AOF_ FSYNC_ALW...Binbin2023-03-293-13/+22
* Clang: fix for -flto argument (#11961)Rafi Einstein2023-03-271-2/+7
* Fix reply schema validator with RESET command (#11953)Oran Agra2023-03-221-0/+4