summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.2.2Oran Agra2021-04-191-2/+2
* Merge unstable into 6.2Oran Agra2021-04-1966-1081/+1743
|\
| * 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
| * re-fix config rewrite for empty save directive (#8722)JunhuaY2021-03-301-1/+1
| * Fix config rewrite with an empty "save" parameter. (#8719)Yossi Gottlieb2021-03-291-7/+12
| * Restore old client 'processCommandAndResetClient' to fix false dead client in...Meir Shpilraien (Spielrein)2021-03-291-1/+9
| * Fix redis-cli handling of rediss:// URL scheme (#8705)Steve2021-03-291-2/+4
| * Remove redundant defrag dictEntry in activeDefragSdsListAndDict. (#8713)Huang Zhw2021-03-281-1/+3
| * make processCommand check publish channel permissions. (#8534)Huang Zhw2021-03-266-33/+39
| * Fix crash when hz config out of range (#8658)sundb2021-03-251-0/+4
| * Introduce fast path to bypass expensive serveClientsBlockedOnKeyByModule call...Igor2021-03-251-0/+4