summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow SENTINEL CONFIG SET and SENTINEL CONFIG GET to handle multiple paramete...HEADunstableWen Hui2023-05-173-95/+239
* Fix for set max entries edge case in setTypeCreate / setTypeMaybeConvert (#12...Binbin2023-05-163-10/+57
* Adding missing test case for smembers scard commands (#12148)Wen Hui2023-05-161-2/+6
* increase tollerance of new event loop test, fails on freebsd CI (#12169)Oran Agra2023-05-141-1/+1
* Fix bug: LPOS RANK LONG_ MIN causes overflow (#12167)JJ Lu2023-05-142-1/+2
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-125-34/+215
* 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-095-38/+48
* EXPIRE precision test more attempts and more tolerant (#12150)Binbin2023-05-091-6/+8
* Correct zrangeGenericCommand comment (#12136)tison2023-05-081-1/+1
* Remove several instances of duplicate "the" in comments (#12144)cui fliter2023-05-083-3/+3
* Minor performance improvement to SADD and HSET (#12019)Madelyn Olson2023-05-083-7/+39
* Merge pull request #12141 from oranagra/fix_32bit_ciOran Agra2023-05-081-1/+2
|\
| * Fix defrag CI for 32bit after merge of jemalloc 5.3Oran Agra2023-05-081-1/+2
|/
* Merge pull request #12115 from oranagra/update_jemalloc_5_3_0Oran Agra2023-05-07382-20271/+51793
|\
| * Upgrade to jemalloc 5.3.0Oran Agra2023-05-014-3136/+5816
| * Merge commit jemalloc 5.3.0Oran Agra2023-05-01379-17135/+45977
| |\
| | * Squashed 'deps/jemalloc/' changes from ea6b3e973..54eaed1d8Oran Agra2023-05-01379-17135/+45977
* | | adding missing test cases GET and GETEX (#12125)Wen Hui2023-05-071-0/+8
* | | Delete empty key if fails after moduleCreateEmptyKey() in module (#12129)sundb2023-05-074-6/+107
* | | Free backlog only if rsi is invalid when master reboot (#12088)zhaozhao.zz2023-05-062-5/+40
* | | Pause cron to prevent premature shrinking in querybuf test (#12126)Binbin2023-05-041-2/+8
* | | multi.tcl: reset readraw at the end of the test (#12123)guybe72023-05-041-3/+3
* | | Fix name of module API in documentation (#12119)Madelyn Olson2023-05-031-1/+1
* | | Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-0243-211/+210
* | | [redis-benchmark] Adding --seed option to seed the RNG (#11945)Hassaan Khan2023-05-021-1/+7
* | | Updating missing test cases for Hash commands (#12116)Wen Hui2023-05-011-2/+9
|/ /
* | Add missing reply schema and coverage tests (#12079)Binbin2023-04-279-17/+197
* | Update old Debian CI. (#12104)Yossi Gottlieb2023-04-251-1/+1
* | minor optimization for slowlog get (#12103)judeng2023-04-252-10/+14
* | 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-202-20/+32
* | Fix typos (#12076)Juho Kim2023-04-203-4/+4
* | Misuse of bool in redis (#12077)YaacovHazan2023-04-205-2/+6
* | add test cases for decr decrby on missing key (#12070)Wen Hui2023-04-191-0/+11
* | 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-195-5/+37
* | Update dict.c dict_can_resize comment (#12059)Pengfei Han2023-04-181-3/+3
* | Tests: Do not save an RDB by default and add a SIGTERM default AOFRW test (#1...Binbin2023-04-1810-19/+52
* | Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-1811-66/+128
* | Added getrange missing testcase (#12061)Wen Hui2023-04-181-0/+5
* | 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-163-3/+32
* | 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
* | Adding missing test cases for substring (#12039)Wen Hui2023-04-131-0/+3