summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CLUSTERDOWN issue in cluster reshard unblock test (#11139)Binbin2022-12-121-2/+2
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-12-121-0/+8
* Fix CLUSTER SHARDS showing empty hostname (#11297)Binbin2022-12-121-4/+8
* Avoid crash when a cluster node is a replica of a replica of itself (#11263)Viktor Söderqvist2022-09-211-1/+7
* Prevent use after free for inbound cluster link (#11255)Madelyn Olson2022-09-211-1/+6
* Correctly handle scripts with shebang (not read-only) on a cluster replica (#...chendianqiang2022-09-211-3/+4
* Fix assertion when a key is lazy expired during cluster key migration (#11176)Oran Agra2022-09-211-1/+1
* Don't update node ip when peer fd is closed (#10696)Tian2022-09-211-4/+14
* Fix crash during handshake and cluster shards call (#10942)Madelyn Olson2022-07-101-2/+6
* Unlock cluster config file upon server shutdown. (#10912)Qu Chen2022-07-041-4/+4
* A minor refinement to clusterbus extension estlen (#10902)Tian2022-06-271-2/+2
* migrateGetSocket() cleanup.. (#5546)WuYunlong2022-06-231-1/+1
* Set replicas' configEpoch to 0 when loaded from cluster configuration file (#...Bar Shaul2022-06-201-2/+4
* Optimize the performance of clusterSendPing for large clusters (#10624)judeng2022-06-201-14/+5
* Throw -TRYAGAIN instead of -ASK on migrating nodes for multi-key commands whe...Huang Zhw2022-06-131-7/+14
* Update cluster.c (#10773)Mixficsol2022-06-061-1/+1
* CLUSTER SHARDS should returns slots as integers, not strings (#10683)Binbin2022-05-101-1/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-15/+10
* improve malloc efficiency: reduce call times of zrealloc (#10533)王恒2022-04-091-8/+3
* Cluster node name sanity check (#10391)bugwz2022-04-041-27/+51
* Turn into replica on SETSLOT (#10489)Viktor Söderqvist2022-04-021-0/+28
* improve malloc efficiency for cluster slots_info_pairs (#10488)Oran Agra2022-03-291-40/+33
* Fix timing issue in shards test and fix displayed TLS port (#10450)Madelyn Olson2022-03-201-4/+6
* Fixed incorrect parsing of hostname information from nodes.conf (#10435)Madelyn Olson2022-03-161-11/+11
* Add new cluster shards command (#10293)Harkrishn Patro2022-03-151-11/+178
* Constrain cluster node name logging (#10376)Binbin2022-03-021-2/+2
* Fix node-id type in cluster-setslot (#10348)Binbin2022-02-271-1/+1
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-1/+1
* Show publishshard_sent stat in cluster info (#10314)Binbin2022-02-191-2/+2
* Use sds for clusterNode.hostname (#10290)Ping Xie2022-02-161-27/+21
* Check target node is a primary during cluster setslot. (#10277)Harkrishn Patro2022-02-101-0/+4
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-2/+1
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-2/+3
* Use const char pointer in redismodule.h as far as possible (#10064)Wang Yuan2022-01-181-2/+2
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-48/+264
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-15/+154
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-2/+4
* Constrain error message to just node-id (#10022)Madelyn Olson2021-12-311-1/+1
* Add FUNCTION DUMP and RESTORE. (#9938)Meir Shpilraien (Spielrein)2021-12-261-3/+7
* Change FUNCTION CREATE, DELETE and FLUSH to be WRITE commands instead of MAY_...Meir Shpilraien (Spielrein)2021-12-211-1/+1
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-22/+194
* Add REDIS_CFLAGS='-Werror' to CI tests (#9828)Binbin2021-11-291-2/+2
* Sort out the mess around writable replicas and lookupKeyRead/Write (#9572)Viktor Söderqvist2021-11-281-1/+2
* Cleanup: fix typo and remove some obsoleting definitions. (#9851)Huang Zhw2021-11-271-1/+1
* Initialize manual failover replica target (#9814)Madelyn Olson2021-11-191-0/+1
* Unpause clients earlier during manual cluster failover (#9676)Madelyn Olson2021-11-171-2/+4
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-1/+7
* Move config from clusterCron to config update (#9580)Huang Zhw2021-11-071-32/+32
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-27/+29
* New Cluster Command: CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE (#9445)Wen Hui2021-10-261-22/+81