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
I am attempting to connect to AWS Redis Cluster, and it simply doesn't seem to work. On fullReady I am able to get the message that the queue is being created, but as soon as I attempt to create the new rsmq, it hangs and doesn't go to the next console message. Sometimes I will get a stack too deep message. If I put a get into the section before the first console.log, I will get the result, but the queue never seems to continue. Changing this to use the internal client fails due to the cluster on the backend, but does get passed the lock. Is the redis-clustr client not supported?
Sorry for the late reply. I did not test Redis Cluster, yet. Did anybody get RSMQ with Redis Cluster to work? The main LUA script running could be a problem.
I am attempting to connect to AWS Redis Cluster, and it simply doesn't seem to work. On fullReady I am able to get the message that the queue is being created, but as soon as I attempt to create the new rsmq, it hangs and doesn't go to the next console message. Sometimes I will get a stack too deep message. If I put a get into the section before the first console.log, I will get the result, but the queue never seems to continue. Changing this to use the internal client fails due to the cluster on the backend, but does get passed the lock. Is the redis-clustr client not supported?
The text was updated successfully, but these errors were encountered: