summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in server.c (#8809)Ikko Ashimine2021-04-211-2/+2
* Fix typo in rdb.c (#8827)xsddz2021-04-211-1/+1
* Fix typo and (hopefully) slightly improve comment readability (#8834)Uri Shachar2021-04-211-2/+2
* Fix typo in redis-cli.c (#8772)Seunghyun Lee2021-04-211-1/+1
* fix anetGenericAccept error return check (#8835)Oran Agra2021-04-211-2/+2
* Shrink code lines and reduce code cyclomatic complexity (#8748)Andy Pan2021-04-211-10/+5
* Print the number of abnormal line in AOF (#8823)bugwz2021-04-201-2/+4
* Fix migrateCommand may migrate wrong value. (#8815)Huang Zhw2021-04-201-1/+2
* Fix memory leak when doing lazyfreeing client tracking table (#8822)Madelyn Olson2021-04-192-3/+3
* clean dead assignment, start is never used in sdstrim function (#8796)Bonsai2021-04-191-2/+2
* Fix space included in links in modules API doc (#8818)Viktor Söderqvist2021-04-191-2/+2
* Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-194-3/+8
* Modules: Replicate lazy-expire even if replication is not allowed (#8816)guybe72021-04-191-0/+5
* ACL channels permission handling for save/load scenario. (#8794)Harkrishn Patro2021-04-191-0/+1
* fix invalid master_link_down_since_seconds in info repication (#8785)Wen Hui2021-04-192-1/+5
* ReplicationCron: Prevent invalid access to freed pointer (#8799)guybe72021-04-161-0/+2
* Avoid close before logging to preserve errno (#8703)Wen Hui2021-04-151-1/+1
* Fix error reply in case zset command is not the STORE variant (#8793)guybe72021-04-151-2/+2
* Add a timeout mechanism for replicas stuck in fullsync (#8762)guybe72021-04-153-8/+28
* clean condition and variable store to nwritten that is never read (#8788)Bonsai2021-04-141-3/+1
* fix typo, stracture to structure (#8784)Bonsai2021-04-147-8/+8
* Modules API docs: Sections and links (#8442)Viktor Söderqvist2021-04-142-67/+259
* Remove extra param in role-change event of sentinelEvent. (#8742)Huang Zhw2021-04-131-2/+1
* Small doc fix for stream module API (#8757)Viktor Söderqvist2021-04-131-2/+2
* Revert "Fix: server will crash if rdbload or rdbsave method is not provided i...Oran Agra2021-04-131-15/+5
* Clean up no-conf server warning for sentinel mode (#8769)Wen Hui2021-04-131-1/+1
* fix access to uninitialized var in checkClientPauseTimeoutAndReturnIfPaused (...Oran Agra2021-04-131-0/+2
* Fix busy loop in ae.c when timer event is about to fire (#8764)Oran Agra2021-04-132-10/+9
* Fix wrong check for aof fsync and handle aof fsync errno (#8751)Wang Yuan2021-04-113-5/+15
* Fix the display of make install (#8667)yjph2021-04-101-3/+14
* use getPositiveLongFromObjectOrReply for positive check of args (#8750)Wen Hui2021-04-071-10/+4
* Fix out of range confusing error messages (XAUTOCLAIM, RPOP count) (#8746)Yang Bodong2021-04-072-6/+6
* update help.h (#8747)Oran Agra2021-04-061-1/+1
* Update the location information in some URLs (#8595)yjph2021-04-063-3/+3
* Fix: server will crash if rdbload or rdbsave method is not provided in module...Bonsai2021-04-061-5/+15
* Fix "default" and overwritten / reset users will not have pubsub channels per...Huang Zhw2021-04-053-3/+5
* redis-cli --bigkeys / memkeys, report detailed error on dbsize failure (#8740)Huang Zhw2021-04-051-2/+8
* Add cluster-allow-replica-migration option. (#5285)Sokolov Yura2021-04-043-4/+19
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-017-16/+53
* Fix XAUTOCLAIM response to return the next available id as the cursor (#8725)Valentino Geron2021-04-011-0/+3
* zsetAdd: Fix wrong reply in case of INCR and GT/LT (#8717)guybe72021-04-011-14/+19
* generalize config file check for sentinel (#8730)Wen Hui2021-04-013-13/+12
* reuse existing range comparators in the zset (#8714)wuYin2021-04-011-6/+3
* Added macros for RM_log logging levels (#4246)Dvir Volk2021-04-012-4/+10
* Always use prev node if there's some room in it setDeferredReply (#8729)yoav-steinberg2021-04-011-5/+14
* Initialize RedisModuleDigest with zeroes (#8731)guybe72021-03-311-1/+1
* XAUTOCLAIM: JUSTID should prevent incrementing delivery_count (#8724)guybe72021-03-301-1/+3
* Add replica-announced config option (#8653)Jérôme Loyet2021-03-304-3/+22
* Add support for plaintext clients in TLS cluster (#8587)Viktor Söderqvist2021-03-304-29/+80
* Minor client output buffer optimizations (#8699)yoav-steinberg2021-03-301-8/+18