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
PR: upgrade go-redis to support redis 7 #3233
The Main branch supports redis 7.0, 1.0.4 does not, we will soon release 1.1.0-beta1, which will include this feature.
What happened:
I tried to import a metadata dump into a Redis Cluster, and got this output.
What you expected to happen:
I expected the metadata import to work.
How to reproduce it (as minimally and precisely as possible):
juicefs load "redis://<server1>:<port1>,<server2>:<port2>,<server3>:<port3>"
Anything else we need to know?
go-redis seems to use
redis://localhost:123?addr=localhost:1234&addr=localhost:12345
instead of JuiceFS's formatEnvironment:
juicefs --version
) or Hadoop Java SDK version: 1.0.4+2023-04-06.f1c475dcat /etc/os-release
):uname -a
): 6.2.13-300.fc38.x86_64quay.io/minio/minio:RELEASE.2023-05-18T00-05-36Z
), self hosteddocker.io/redis:7.0.11-alpine
), self hostedThe text was updated successfully, but these errors were encountered: