summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix new cluster tests issues (#9657)Oran Agra2021-10-201-0/+2
* Release clients blocked on module commands in cluster resharding and down sta...qetu37902021-10-191-1/+7
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-3/+6
* add missed error counting (#9646)DarrenJiang132021-10-181-4/+3
* Hide empty and loading replicas from CLUSTER SLOTS responses (#9287)GutovskyMaria2021-10-061-1/+19
* adding missing error check for fstat (#9532)Wen Hui2021-09-281-6/+13
* replace redis-trib to redis-cli since it is no longer available (#9525)郭伟光2021-09-201-3/+3
* Slot-to-keys using dict entry metadata (#9356)Viktor Söderqvist2021-08-301-16/+115
* Added additional validation for cluster SETSLOT (#9360)Madelyn Olson2021-08-121-0/+8
* Update cluster debug log to include human readable packet type (#9361)Madelyn Olson2021-08-121-2/+2
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-08-051-1/+1
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-2/+2
* Free unused capacity in the cluster send buffer. (#9255)Quinn Klassen2021-07-291-41/+61
* Set TCP keepalive on inbound clusterbus connections (#9230)qetu37902021-07-151-0/+1
* Use accept4 on linux instead of fcntl to make a client socket non-blocking (#...Oran Agra2021-07-051-1/+0
* Add bind-source-addr configuration argument. (#9142)Yossi Gottlieb2021-06-241-1/+1
* Improve bind and protected-mode config handling. (#9034)Yossi Gottlieb2021-06-221-0/+4
* Check cluster_enabled in readwriteCommand just like readonlyCommand. (#9015)Binbin2021-06-211-0/+4
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-5/+5
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-151-0/+25
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-2/+2
* Always replicate time-to-live(TTL) as absolute timestamps in milliseconds (#8...ny03122021-05-301-0/+7
* Hide migrate command from slowlog if they include auth (#8859)Madelyn Olson2021-05-191-0/+3
* cluster process publish message only for known nodes. (#8856)Huang Zhw2021-05-101-0/+2
* Fix typos in comments and improve readability (#8899)Uri Shachar2021-05-031-5/+5
* 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-251-4/+5
* Fix migrateCommand may migrate wrong value. (#8815)Huang Zhw2021-04-201-1/+2
* Update the location information in some URLs (#8595)yjph2021-04-061-1/+1
* Add cluster-allow-replica-migration option. (#5285)Sokolov Yura2021-04-041-4/+17
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-011-1/+1
* Add support for plaintext clients in TLS cluster (#8587)Viktor Söderqvist2021-03-301-26/+71
* Skip unecessary check for pong recieved (#8585)Madelyn Olson2021-03-241-1/+0
* clusterState->mf_master_offset init offset change to -1 (#8651)linyi-xq2021-03-221-3/+3