Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Redis] not support Redis Cluster #240

Open
omegazeng opened this issue Jan 5, 2024 · 0 comments
Open

[Redis] not support Redis Cluster #240

omegazeng opened this issue Jan 5, 2024 · 0 comments

Comments

@omegazeng
Copy link

When I use Redis with Cluster Mode, I can not log in.
The server can not parser the MOVED, and returns 500 Internal Server Error.

Error log:

17:50:14 0|--  | level=info, time=2024-01-04 17:50:14.566, msg=try login, path=/auth/login, method=POST, requestId=3f6fc8c56bbc84d009b3dbcf668a25b1, account=admin
17:50:14 0|--  | level=error, time=2024-01-04 17:50:14.608, msg=MOVED 5285 [x.y.z.42:6379](http://x.y.z.42:6379/), path=/auth/login, method=POST, requestId=3f6fc8c56bbc84d009b3dbcf668a25b1, name=ReplyError, stack=ReplyError: MOVED5285 [x.y.z.42:6379](http://x.y.z.42:6379/)
17:50:14 0|--  |     at parseError (/data/node_modules/redis-parser/lib/parser.js:179:12)
17:50:14 0|--  |     at parseType (/data/node_modules/redis-parser/lib/parser.js:302:14)

Package version:
"redis": "4.2.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant