Replies: 3 comments
|
@chakaz might help here. Also we have cluster_mgr.py in the repo that should be able to print a valid config file. |
0 replies
|
Hey there @chamalis |
0 replies
|
You are correct, it needs an empty list of |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello all,
I am trying to pass the example found in the documentation for cluster mode:
via the
DFLYCLUSTER CONFIG <str>command after connecting with redis-cli or netcat to the admin port, but I keep getting the same error:I pass this json encoded string, which I have confirmed that is a valid json representation:
Is there any way to pass this as a file or attribute to
dragonfly.conf?All reactions