Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smembers is set as isMasterOnly = true #231

Open
fehmicansaglam opened this issue Dec 11, 2019 · 1 comment · May be fixed by #232
Open

Smembers is set as isMasterOnly = true #231

fehmicansaglam opened this issue Dec 11, 2019 · 1 comment · May be fixed by #232

Comments

@fehmicansaglam
Copy link
Contributor

fehmicansaglam commented Dec 11, 2019

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 fehmicansaglam linked a pull request Dec 11, 2019 that will close this issue
@farico
Copy link

farico commented Dec 31, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants