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
calling this with azure, i get " Cannot read properties of undefined (reading 'scanStream')" - so redisClient.nodes('master')[0] doesnt exist...
is there specific issue with cluster redis in Azure ?
it seems that this happens only sometimes, restart the app, and it successfully connects and found the master/slave nodes... sphoradic issue.
Can it be that after some time the cluster master nodes array somehow becomes empty?
P.s.1 will this return all found keys?
p.s2 on startup i go over all slaves and execute readOnly
Hi,
related also to this: #1884
I have redis cluster with 1 master(2 slaves)
Calling scanStream in AWS to get all keys by patterna and delete them it works:
calling this with azure, i get " Cannot read properties of undefined (reading 'scanStream')" - so redisClient.nodes('master')[0] doesnt exist...
is there specific issue with cluster redis in Azure ?
it seems that this happens only sometimes, restart the app, and it successfully connects and found the master/slave nodes... sphoradic issue.
Can it be that after some time the cluster master nodes array somehow becomes empty?
P.s.1 will this return all found keys?
p.s2 on startup i go over all slaves and execute readOnly
thanks,
Tal
The text was updated successfully, but these errors were encountered: