Commit Graph

8 Commits

Author SHA1 Message Date
Shahar Mike
de5ecc7447
chore: Split --cluster_announce_ip and --replica_announce_ip (#3615)
chore: Split `cluster_announce_ip` and `replica_announce_ip`

This PR partially reverts #3421

Fixes #3541
2024-09-01 12:43:44 +00:00
Shahar Mike
2aa0b70035
feat(server): Support replica-announce-ip/port (#3421)
* feat: Support `replica-announce-ip`/`port`

Before this PR, we only supported `cluster_announce_ip`.
It's basically the same feature, but used for cluster announcements
instead of replication.

This PR adds support for `replica-announce-ip` and
`replica-announce-port`, which can be set via new flags `--announce_ip=`
and `--announce_port=`. These flags apply to both cluster and replica
announcements.

Tested via running Sentinel, and making sure it is able to connect to
announced ip+port, while it can't connect to announced false /
unavailable ip+port.

Note: this PR deprecates `--cluster_announce_ip`, but continues to
support it. We will remove it in a future version.

Fixes #3380

* fix failing test

* destructure
2024-08-04 12:35:14 +03:00
Joe Zhou
8355569d46
chore: add more community links to README (#3308)
* Add more community links (Discourse forum, the new Dragonfly community page) to README
2024-07-13 16:48:44 +03:00
Binbin
9b1e1e0766
doc(README): fix outdated expiry ranges description (#2779)
In #932, the expiry period was increased to 8 years.
This PR updates outdated parts of several READMEs.
2024-03-27 06:53:16 +00:00
Roman Gershman
365cb439cf
chore: remove support for save_schedule flag (#2327)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2023-12-22 11:17:18 +02:00
Joe Zhou
343b3ef800
docs: add snapshot_cron flag in README (English and zh-CN) (#1729)
docs: snapshot_cron
2023-08-27 20:19:22 +03:00
Bear
3c36a17ce2
docs : add korean translated README (#1518) 2023-07-05 12:16:52 +03:00
Ikko Eltociear Ashimine
391146e480
Add Japanese README (#1494)
docs: add Japanese translated README

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
2023-07-01 11:50:45 +03:00