summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Resolve nonsense static analysis warningsOran Agra2021-05-036-14/+14
* Fix integer overflow in STRALGO LCS (CVE-2021-29477)Oran Agra2021-05-031-1/+1
* Fix integer overflow in intset (CVE-2021-29478)Oran Agra2021-05-031-1/+1
* Add missing NOLOOP tracking flag in help (#8892)Wen Hui2021-05-031-2/+2
* Fix typos in comments and improve readability (#8899)Uri Shachar2021-05-032-9/+9
* Free value if dup succeed but listAddNodeTail failed. (#8901)Binbin2021-05-031-1/+6
* Fix memory leak in moduleDefragGlobals (#8853)sundb2021-05-021-0/+1
* Improve redis-cli help. When help command, we only match command (#8879)Huang Zhw2021-04-291-1/+1
* Delete some unimplemented prototype. (#8882)Binbin2021-04-296-9/+1
* redis-benchmark: Add zfree(data) and fix lrange size / text mismatch (#8872)Binbin2021-04-281-2/+3
* redis-cli: Do not use hostsocket when we got redirected in cluster mode (#8870)Binbin2021-04-281-1/+3
* redis-benchmark: Error/Warning handling updates. (#8869)filipe oliveira2021-04-281-42/+40
* Fixes some typos (#8874)Andy Pan2021-04-274-4/+4
* GEOSEARCHSTORE: removed unsupported args from comment (#8873)avimredis2021-04-271-1/+1
* Prevent replicas from sending commands that interact with keyspace (#8868)Oran Agra2021-04-271-1/+11
* Remove dead code from lpStringToInt64() (#8863)sundb2021-04-261-3/+0
* Fix error reply of GEOSEARCHSTORE unsupported args (#8865)avimredis2021-04-261-3/+3
* Remove redundant -latomic on arm64. (#8867)Yossi Gottlieb2021-04-261-5/+1
* Simplify rax free for RM_FreeServerInfo (#8866)sundb2021-04-261-10/+1
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-269-18/+65
* Distinguish between pong and meet messages in clusterProcessPacket log (#8848)Huang Zhw2021-04-251-5/+4
* Fix comments and typos in sentinel.c. (#8801)Huang Zhw2021-04-253-17/+14
* When the password is wrong, redis-benchmark should exit (#8855)Yang Bodong2021-04-251-1/+3
* 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
* 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
* 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
* 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