Does the dragonfly support the redis cluster mode ? #445
-
Hi all,
such like below: (1) dragonfly cluster is three nodes (2) java code to connect dragonfly cluster (like protecol : redist cluster) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Dragonfly currently does not support cluster mode commands. |
Beta Was this translation helpful? Give feedback.
-
In other words since Dragonfly can scale vertically, this will allow you to pack a few cluster nodes into a single Dragonfly instance. |
Beta Was this translation helpful? Give feedback.
-
Sorry i was not clear. This feature is not implemented yet, it's an open
task.
…On Tue, Nov 1, 2022, 05:47 tiandong19860806 ***@***.***> wrote:
Hi @romange <https://github.com/romange> ,
I follow your suggest as link #332
<#332>,
I use the command flag 'cluster-enabled' and value 'emulated',
But when I run dragonfly docker that it happen error as below:
command as below :
docker run --cluster-enabled emulated --network=host --ulimit memlock=-1
--rm dragonfly --port 16379 --bind 0.0.0.0 --requirepass password#123 --dir
/$APP_DATA_HOME --keys_output_limit 100
[image: 图片]
<https://user-images.githubusercontent.com/12596666/199154361-9be22ceb-f03d-4b29-97d6-4d296230c50c.png>
—
Reply to this email directly, view it on GitHub
<#445 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4BFCDYGL7PWQ5J4UT337LWGCHE3ANCNFSM6AAAAAARRTCI2Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Dragonfly currently does not support cluster mode commands.
We plan on implementing the emulation for a single node setup. See #332