summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix comments and typos in sentinel.c. (#8801)Huang Zhw2021-04-254-18/+15
* When the password is wrong, redis-benchmark should exit (#8855)Yang Bodong2021-04-251-1/+3
* fuzz tester, try to print hung command (#8837)Oran Agra2021-04-254-15/+30
* Improve ziplistRandomPairs code logic (#8851)ZheNing Hu2021-04-251-2/+2
* Fix some wrongly used constants in module.c (#8844)sundb2021-04-251-8/+8
* Typo fix in gen-test-certs.sh (#8841)pfee2021-04-251-1/+1
* Modules: Fix RM_GetClusterNodeInfo() to correctly populate the master_id (#8846)Istemi Ekin Akkus2021-04-251-1/+1
* Fixes a comment typo in sentinel.c (#8845)bugwz2021-04-241-1/+1
* Changes http to https in README.md (#8843)彬彬同学丶2021-04-241-2/+2
* Use monotonic clock to check for Lua script timeout. (#8812)zyxwvu Shi2021-04-223-6/+10
* Expire key firstly and then notify keyspace event (#8830)Wang Yuan2021-04-221-4/+7
* Update redis conf (#8707)Javier Li Sam2021-04-211-12/+12
* 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-202-2/+16
* 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-193-3/+14
* 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-199-52/+143
* Modules: Replicate lazy-expire even if replication is not allowed (#8816)guybe72021-04-193-1/+49
* ACL channels permission handling for save/load scenario. (#8794)Harkrishn Patro2021-04-194-1/+99
* Fix ouput buffer limit test (#8803)sundb2021-04-191-2/+10
* fix invalid master_link_down_since_seconds in info repication (#8785)Wen Hui2021-04-192-1/+5
* Revert cluster slot migration tests. (#8806)Yossi Gottlieb2021-04-182-0/+12
* Fix timing of new replication test (#8807)Oran Agra2021-04-181-5/+5
* Improve testsuite print of log file (#8805)Oran Agra2021-04-183-9/+18
* 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-154-10/+44
* 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
* stabilized and improve pendingquerybuf test suit (#8780)YaacovHazan2021-04-141-5/+6
* 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-134-44/+7
* Add more attempts to a timing sensitive test (#8770)Oran Agra2021-04-131-1/+4
* 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 failing cluster tests. (#8763)Yossi Gottlieb2021-04-134-1/+12
* 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