summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix race in client side tracking (#9116)Oran Agra2021-06-222-1/+17
* Check cluster_enabled in readwriteCommand just like readonlyCommand. (#9015)Binbin2021-06-211-0/+4
* redis-cli: support for REDIS_REPLY_SET in CSV and RAW output. (#7338)Maxim Galushka2021-06-211-0/+2
* Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)Binbin2021-06-201-1/+1
* chdir to dir before fopen logfile in loadServerConfigFromString() (#6741)SUN2021-06-201-13/+14
* Improve the debug help command message (#9098)Binbin2021-06-201-7/+9
* Use loaderr label to handle error. (#9111)Binbin2021-06-201-3/+3
* Use exitFromChild to exit from child process in linuxMadvFreeForkBugCheck (#9...gourav2021-06-171-1/+1
* Make readQueryFromClient more aggressive when reading big arg again (Followup...sundb2021-06-171-1/+1
* Fix leak and double free issues in datatype2 module test (#9102)sundb2021-06-171-0/+3
* Improve objectComputeSize() with allocator fragmentaiton. (#9095)DarrenJiang132021-06-171-8/+7
* Fix querybuf test failure (#9091)sundb2021-06-161-1/+1
* Support glob pattern matching for config include files (#8980)Sam Bortman2021-06-162-8/+58
* Remove gopher protocol support. (#9057)yoav-steinberg2021-06-166-172/+1
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-1619-92/+1255
* Change return value type for ZPOPMAX/MIN in RESP3 (#8981)Jason Elbaum2021-06-162-4/+48
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-159-52/+37
* Fix the wrong reisze of querybuf (#9003)sundb2021-06-158-15/+120
* Check `CLIENT_DIRTY_CAS` flag before process transaction. (#9086)Binbin2021-06-151-1/+1
* presize hashtable to avoid rehashing when hashTypeConvertZiplist() (#8943)DarrenJiang132021-06-151-0/+3
* Fix XINFO help for unexpected options. (#9075)Binbin2021-06-152-0/+10
* Fix coredump after Client Unpause command when threaded I/O is enabled (#9041)yvette9032021-06-151-1/+2
* slowlog get command supports passing in -1 to get all logs. (#9018)Binbin2021-06-142-6/+37
* Simplify a redundant condition in computeDefragCycles (#9076)ZhaolongLi2021-06-141-3/+1
* Remove dead code in defrag.c (ziplist encoded list) (#9074)ZhaolongLi2021-06-141-3/+0
* cleanup around loadAppendOnlyFile (#9012)YaacovHazan2021-06-145-35/+81
* msetnx reply error (#9061)fishsalter2021-06-131-1/+2
* Fix accidental deletion of sinterstore command when we meet wrong type error....Binbin2021-06-132-17/+210
* Remove duplicate dbid lookup in performEvictions. (#9063)Binbin2021-06-131-2/+2
* Fix flaky test case for absolute TTL replication (#9069)ny03122021-06-132-3/+5
* Delete an unnecessary function declaration (#9065)ZhaolongLi2021-06-101-1/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-1084-269/+315
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-0966-1372/+1662
* Mem efficiency, make full use of client struct memory for reply buffers (#8968)Wang Yuan2021-06-085-32/+45
* Verbose log enhancement: print client info when client exit (#9053)Yang Bodong2021-06-081-1/+5
* Module API for current command name (#8792)guybe72021-06-082-0/+11
* Make redis-cli grep friendly in pubsub mode (#9013)ikeberlein2021-06-081-0/+1
* Fix some minor bugs in redis-cli (#8982)Huang Zhw2021-06-081-23/+18
* Add support for combining NX and GET flags on SET command (#8906)Fabian Eichinger2021-06-072-12/+38
* Fix XTRIM or XADD with LIMIT may delete more entries than Count. (#9048)Huang Zhw2021-06-072-4/+23
* comment typo: form -> from (#8921)Jeremy Kun2021-06-071-1/+1
* Fix typo in comment of flushAppendOnlyFile (#9051)ZhaolongLi2021-06-071-1/+1
* tests: prevent name clash in variables leading to wrong test name (#8995)Oran Agra2021-06-061-5/+5
* XTRIM call streamParseAddOrTrimArgsOrReply use wrong arg xadd. (#9047)Huang Zhw2021-06-061-1/+1
* Add missing zuiClearIterator in zrandmemberWithCountCommand. (#8979)Binbin2021-06-061-0/+3
* Fix SENTINEL SET to require arguments (#9037)Wen Hui2021-06-041-1/+1
* tests: add details when test fails on malformed info (#9042)Oran Agra2021-06-031-1/+3
* document module unload error codes in comments (#9038)Wen Hui2021-06-031-1/+4
* redis-cli cluster import command may issue wrong MIGRATE command. (#8945)Huang Zhw2021-06-021-4/+3
* Fix typo on buckup to backup (#8919)pgxiaolianzi2021-06-014-22/+22