-
I have redisraft deployed and using it with juicefs. Using a single instance works fine. Is there a different format using raft?
|
Beta Was this translation helpful? Give feedback.
Answered by
xiaogaozi
Sep 22, 2021
Replies: 1 comment 7 replies
-
Hi @diseq, you should specify only Raft leader in the metadata URL, e.g. BTW, We have not officially supported RedisRaft, please use with caution. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
diseq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @diseq, you should specify only Raft leader in the metadata URL, e.g.
redis://10.1.248.149:6379/1
.BTW, We have not officially supported RedisRaft, please use with caution.