summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [Sentinel] more specific config errors for duplicate known-replica and known-...Wen Hui2021-01-171-7/+30
| * Add lazyfree-lazy-user-flush config to control default behavior of FLUSH[ALL|...Yang Bodong2021-01-157-15/+72
| * Rename non-API RM-prefixed functions to hide them from API docsViktor Söderqvist2021-01-151-18/+18
| * Modules API reference formatting fixesViktor Söderqvist2021-01-152-250/+266
| * Replace many calling zrealloc to one zmalloc in sentinelResetMasterAndChangeA...charsyam2021-01-131-4/+6
| * Optimize performance of clusterGenNodesDescription for large clusters (#8182)Wang Yuan2021-01-133-19/+133
| * remove some unnecessary checks (#7431)houzj.fnst2021-01-134-4/+4
| * Fix use of lookupKeyRead and lookupKeyWrite in zrangeGenericCommand, zunionI...sundb2021-01-131-3/+10
| * Fix units in log message of copy-on-write (#8320)sundb2021-01-131-1/+1
* | Merge 6.2 RC26.2-rc2Oran Agra2021-01-1289-1685/+5135
|\ \
| * | Redis 6.2 RC2Oran Agra2021-01-123-28/+135
| * | Merge unstable into 6.2Oran Agra2021-01-1286-1657/+5000
| |\ \ |/ / / | | _
| * fix race in cluster transactions test (#8312)Oran Agra2021-01-121-0/+2
| * Fix issues in wait test (#8310)Madelyn Olson2021-01-122-6/+9
| * Fix cluster diskless load swapdb test (#8308)Oran Agra2021-01-122-5/+12
| * Fix overflow of rdbWriteRaw return value (#8306)Bob Li2021-01-121-1/+1
| * Assert that clusterAddNode can't fail (#8296)sundb2021-01-091-3/+3
| * CLIENT PAUSE - don't drop together with other blocked clients (#8302)Oran Agra2021-01-091-0/+7
| * Fix compile warning when define REDIS_TEST (#8261)sundb2021-01-095-27/+12
| * Fix last COW INFO report, Skip test on non-linux platforms (#8301)Oran Agra2021-01-084-27/+33
| * GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)Yang Bodong2021-01-082-14/+40
| * XADD and XTRIM, Trim by MINID, and new LIMIT argument (#8169)guybe72021-01-082-150/+569
| * Skip defrag tests on systems with bigger page sizes (#8294)Oran Agra2021-01-081-1/+1
| * Throw error for conflicting bcast tracking prefixes (#8176)Madelyn Olson2021-01-084-1/+78
| * Add support for client pause WRITE (#8170)Madelyn Olson2021-01-0712-107/+435
| * Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-01-074-1/+145
| * Report child copy-on-write info continuouslyYaacovHazan2021-01-079-60/+275
| * Refactory fork child related infra, Unify child pidYaacovHazan2021-01-078-97/+122
| * Add ZRANGESTORE command, and improve ZSTORE command (#7844)Jonah H. Harris2021-01-074-233/+521
| * fix memory leak in processInlineBuffer error handling code (#8295)Wen Hui2021-01-061-0/+1
| * Add XAUTOCLAIM (#7973)guybe72021-01-065-59/+347
| * sdscatfmt call sdsMakeRoomFor, asked for more space than intended (#8286)huangzhw2021-01-051-1/+1
| * Fix rdb checksum / crc64 on bigendian (#8270)Oran Agra2021-01-051-1/+2
| * Fix wrong order of key/value in Lua map response (#8266)Oran Agra2021-01-054-22/+36
| * remove unused call to zmalloc_size in defrag.c (#8285)Oran Agra2021-01-041-1/+0
| * HELP subcommand, continued (#5531)Itamar Haber2021-01-0414-188/+363
| * Swapdb should make transaction fail if there is any client watching keys (#8239)Yang Bodong2021-01-044-24/+68
| * Fix assertion on loading AOF with timed out script. (#8284)Meir Shpilraien (Spielrein)2021-01-042-3/+9
| * sort Command lookupKeyRead and lookupKeyWrite are used on the opposite (#8283)huangzhw2021-01-041-1/+1
| * GEOADD - add [CH] [NX|XX] options (#8227)kukey2021-01-032-14/+71
| * Fix uninitialized variable in new errorstats commit (#8280)Oran Agra2021-01-031-0/+2
| * Fix rare assertion as a result of: active defrag while loading (#8281)Oran Agra2021-01-032-2/+4
| * fix crash in redis-cli after making cluster backup (#8267)Oran Agra2021-01-031-1/+3
| * Fix leak in new errorstats commit, and a flaky test (#8278)Oran Agra2021-01-022-8/+17
| * Crash log would crash half way on commands with no arguments (#8260)Oran Agra2021-01-011-1/+1
| * Add errorstats info section, Add failed_calls and rejected_calls to commandst...filipe oliveira2020-12-319-18/+294
| * Merge pushGenericCommand and pushxGenericCommand (#8255)sundb2020-12-291-47/+26
| * Fix memory leaks in error replies due to recent change (#8249)Oran Agra2020-12-273-5/+5
| * Make the protocol-version argument of HELLO optional (#7377)Oran Agra2020-12-274-12/+44
| |\
| | * fix the formatxhe2020-12-251-2/+2