You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
127.0.0.1:6379> replicaof 10.0.2.241 6379
OK
127.0.0.1:6379> role
1) "slave"
2) "10.0.2.241"
3) "6379"
4) "online"
ipv6 fails:
127.0.0.1:6379> replicaof [2a05:d018:3ad:6102:566c:b386:1647:xxxx] 6379
(error) ERR could not resolve master dnsNo route to host
Host is reachable, for example:
telnet 2a05:d018:3ad:6102:566c:b386:1647:xxxx 6379
Trying 2a05:d018:3ad:6102:566c:b386:1647:xxxx...
Connected to 2a05:d018:3ad:6102:566c:b386:1647:xxxx.
Escape character is '^]'.
-ERR Bad TLS header, double check if you enabled TLS for your client.
replicaof without [] gives:
127.0.0.1:6379> replicaof 2a05:d018:3ad:6102:566c:b386:1647:xxxx 6379
(error) ERR could not connect to master: Address family not supported by protocol
The text was updated successfully, but these errors were encountered:
Environment:
/etc/dragonfly/dragonfly.conf
is:If I use ipv4, it works:
ipv6 fails:
Host is reachable, for example:
replicaof
without[]
gives:The text was updated successfully, but these errors were encountered: