1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
Commit graph

15 commits

Author SHA1 Message Date
Joe Zhou
8e064cd619
chore: add some community suggestions to README (#3664) 2024-09-07 14:09:02 +03:00
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
Weihan Li
6e6aca0978
docs(readme): Fix README.zh-CN benchmark link (#2117)
docs: fix README.zh-CN benchmark link

Signed-off-by: Weihan Li <weihanli@outlook.com>
2023-11-07 15:26:57 +02:00
yancz
fb5ae98a4e
docs: update README.zh-CN.md (#1772)
* Update README.zh-CN.md

Signed-off-by: yancz2000 <yancz2000@163.com>

* Update README.zh-CN.md

Signed-off-by: yancz2000 <yancz2000@163.com>

* Update README.zh-CN.md

Signed-off-by: yancz <yancz2000@163.com>

---------

Signed-off-by: yancz2000 <yancz2000@163.com>
Signed-off-by: yancz <yancz2000@163.com>
2023-09-07 20:46:10 -04: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
byronhe
f29b71240f
Update README.zh-CN.md (#1573)
* Update README.zh-CN.md

Signed-off-by: byronhe <1394332+byronhe@users.noreply.github.com>

* Update README.zh-CN.md

Signed-off-by: byronhe <1394332+byronhe@users.noreply.github.com>

* Update README.zh-CN.md

Signed-off-by: byronhe <1394332+byronhe@users.noreply.github.com>

---------

Signed-off-by: byronhe <1394332+byronhe@users.noreply.github.com>
2023-07-25 12:00:36 -04: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
Vladislav
fea4e1dd4d
fix: rename memcache to memcacheD (#1461)
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
2023-06-22 11:55:20 +03:00
PawelKapl
36cd15a196
feat(admin): Implement admin_nopass flag (#1193)
Signed-off-by: darkonion <pawkapl89@gmail.com>
2023-05-09 16:37:14 +03:00
Lambert Rao
4109529561
docs: add a chinese language readme (#1002)
* add a chinese language readme
2023-03-28 09:28:32 +03:00