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
Hey guys, I'm trying to connect to a Redis cluster on AWS, but it seems like you guys aren't setup for that. Getting an error below:
{ ReplyError: MOVED 449 172.31.29.70:6379
at parseError (/usr/src/app/node_modules/redis-parser/lib/parser.js:193:12)
at parseType (/usr/src/app/node_modules/redis-parser/lib/parser.js:303:14)
command: 'PSETEX',
And it looks like it doesn't like that I have a cluster. How do I use your package with a Redis cluster?
The text was updated successfully, but these errors were encountered:
Hey guys, I'm trying to connect to a Redis cluster on AWS, but it seems like you guys aren't setup for that. Getting an error below:
And it looks like it doesn't like that I have a cluster. How do I use your package with a Redis cluster?
The text was updated successfully, but these errors were encountered: