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
Although it is a read only command, Smembers is set as isMasterOnly = true. Therefore SMEMBERS calls are run against master in RedisClientMasterSlaves mode.
One workaround could be using SINTER with one key as it is set as isMasterOnly = false.
The text was updated successfully, but these errors were encountered:
Although it is a read only command,
Smembers
is set asisMasterOnly = true
. ThereforeSMEMBERS
calls are run against master inRedisClientMasterSlaves
mode.One workaround could be using
SINTER
with one key as it is set asisMasterOnly = false
.The text was updated successfully, but these errors were encountered: