summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better error handling for updateClientOutputBufferLimit. (#9308)Binbin2021-08-291-63/+60
* redis-benchmark: improved help and warnings (#9419)Viktor Söderqvist2021-08-291-18/+39
* redis-benchmark: make show throughput in only one thread. (#9146)Huang Zhw2021-08-251-9/+12
* Fix boundary problem of adjusting open files limit. (#5722)Garen Chan2021-08-241-1/+4
* config memory limits: handle values larger than (signed) LLONG_MAX (#9313)Wen Hui2021-08-233-54/+78
* redis-cli: Assert > 0 before dividing, to silence warning by tool (#9396)Viktor Söderqvist2021-08-221-1/+2
* BITSET and BITFIELD SET only propagate command when the value changed. (#9403)Binbin2021-08-221-12/+27
* Let CONFIG GET * show both replicaof and its alias (#9395)Viktor Söderqvist2021-08-211-6/+3
* Sanitize dump payload: fix double free after insert dup nodekey to stream rax...sundb2021-08-201-3/+4
* More generic crash report for unsupported archs (#9385)yoav-steinberg2021-08-181-3/+29
* Fix: don't assume char is unsigned. (#9375)Yossi Gottlieb2021-08-152-4/+4
* Fix the wrong detection of sync_file_range system call (#9371)Wang Yuan2021-08-141-0/+1
* Added additional validation for cluster SETSLOT (#9360)Madelyn Olson2021-08-121-0/+8
* Update cluster debug log to include human readable packet type (#9361)Madelyn Olson2021-08-121-2/+2
* Improve setup operations order after fork. (#9365)Yossi Gottlieb2021-08-121-4/+9
* Fix missing dismiss hash listpack memory due to ziplist->listpack migration (...sundb2021-08-101-2/+10
* Redis-cli monitor and pubsub can be aborted with Ctrl+C, keeping the cli aliv...Huang Zhw2021-08-101-4/+30
* fix a compilation error around madvise when make with jemalloc on MacOS (#9350)DarrenJiang132021-08-103-5/+5
* Format fixes and naming. SentReplyOnKeyMiss -> addReplyOrErrorObject (#9346)Meir Shpilraien (Spielrein)2021-08-104-13/+20
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-1015-277/+1397
* Sanitize dump payload: handle remaining empty key when RDB loading and restor...sundb2021-08-093-2/+25
* Cleanup: createAOFClient uses createClient to avoid overlooked mismatches (#...Qu Chen2021-08-092-50/+11
* Add SORT_RO command (#9299)Eduardo Semprebon2021-08-093-2/+16
* Allow master to replicate command longer than replica's query buffer limit (#...Qu Chen2021-08-081-1/+1
* Propagate OPENSSL_PREFIX to hiredis. (#9345)Yossi Gottlieb2021-08-081-4/+6
* sds.c: Fix potential overflow in sdsll2str. (#8910)Binbin2021-08-081-1/+11
* Fix the wrong method used in quicklistTest. (#8951)Binbin2021-08-081-1/+41
* [BUGFIX] Add some missed error statistics (#9328)DarrenJiang132021-08-064-6/+10
* Ignore resize threshold on idle qbuf resizing (#9322)yoav-steinberg2021-08-063-27/+9
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-058-12/+83
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-08-054-10/+70
* Add debug config flag to print certain config values on engine crash (#9304)Madelyn Olson2021-08-053-43/+84
* Add sentinel debug option command (#9291)Wen Hui2021-08-051-42/+263
* Add latency monitor sample when key is deleted via lazy expire (#9317)menwen2021-08-053-24/+20
* fix dict access broken by #9228 (#9319)yoav-steinberg2021-08-051-6/+6
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-0523-295/+290
* Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)Wang Yuan2021-08-048-10/+331
* Unified Lua and modules reply parsing and added RESP3 support to RM_Call (#9202)Meir Shpilraien (Spielrein)2021-08-0410-290/+1329
* Fix head and tail check with negative offset in _quicklistInsert (#9311)sundb2021-08-041-3/+3
* Enabled -x option (Read last argument from STDIN) on redis-benchmark (#9130)filipe oliveira2021-08-034-81/+93
* Add SINTERCARD/ZINTERCARD Commands (#8946)Jonah H. Harris2021-08-034-20/+52
* Module api support for RESP3 (#8521)Ariel Shtul2021-08-032-39/+218
* When redis-cli received ASK, it didn't handle it (#8930)Huang Zhw2021-08-021-12/+51
* Modify some error logs printing level. (#9306)Binbin2021-08-023-3/+3
* Add NX/XX/GT/LT options to EXPIRE command group (#2795)Ning Sun2021-08-022-6/+108
* Fix if consumer is created as a side effect without notify and dirty++ (#9263)menwen2021-08-024-76/+93
* improve quicklist insert head/tail while head/tail node is full. (#9113)cmemory2021-08-021-12/+38
* Fix copy-paste typo in t_list.c comment (#9305)SmartKeyerror2021-08-021-1/+1
* GEO* STORE with empty src key delete the dest key and return 0, not empty arr...Binbin2021-08-011-6/+34
* Remove const from CommandFilterArgGet result (#9247)Guy Korland2021-08-012-2/+2