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
It fails. And the error is Error: MOVED 4035 10.0.2.16:6379.
As I know, this error is created when use redis-cli without -c, Redis cluster can auto redirect to correct slot. So that maybe it a bug from typeorm code or wrong depencies?
My Environment
Dependency
Version
Operating System
Node.js version
23.3.0
Typescript version
^5.1.3
TypeORM version
"0.3.20",
Additional Context
No response
Relevant Database Driver(s)
aurora-mysql
aurora-postgres
better-sqlite3
cockroachdb
cordova
expo
mongodb
mysql
nativescript
oracle
postgres
react-native
sap
spanner
sqlite
sqlite-abstract
sqljs
sqlserver
Are you willing to resolve this issue by submitting a Pull Request?
No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.
The text was updated successfully, but these errors were encountered:
Issue description
TypeORM Cache with Redis Cluster throws errors Unexpected error processing request: Error: MOVED 4035 10.0.2.16:6379
Expected Behavior
Cached successfully
Actual Behavior
Throws error: Unexpected error processing request: Error: MOVED 4035 10.0.2.16:6379
Steps to reproduce
I have run 6 instances of Redis Clusters (3 masters, 3 slaves), they work well in Docker.
I have also try to use redis/ioredis to test connection.
It works.
But when i set the similar config to typeorm cache options, it fails.
It fails. And the error is
Error: MOVED 4035 10.0.2.16:6379
.As I know, this error is created when use
redis-cli
without-c
, Redis cluster can auto redirect to correct slot. So that maybe it a bug from typeorm code or wrong depencies?My Environment
Additional Context
No response
Relevant Database Driver(s)
Are you willing to resolve this issue by submitting a Pull Request?
No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.
The text was updated successfully, but these errors were encountered: