rediscala icon indicating copy to clipboard operation
rediscala copied to clipboard

Smembers is set as isMasterOnly = true

Open fehmicansaglam opened this issue 5 years ago • 1 comments

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.

fehmicansaglam avatar Dec 11 '19 11:12 fehmicansaglam

any updates on this? What is the point of explicitly running this on master?

farico avatar Dec 31 '19 12:12 farico