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

Bitfield_RO support #2796

Closed
akash14darshan opened this issue Nov 11, 2023 · 1 comment · Fixed by #2820
Closed

Bitfield_RO support #2796

akash14darshan opened this issue Nov 11, 2023 · 1 comment · Fixed by #2820
Assignees
Labels

Comments

@akash14darshan
Copy link
Contributor

Bitfield read only is very useful for targeting only read only nodes, since BitField is considered a write command by default.
https://redis.io/commands/bitfield_ro/

@chayim
Copy link
Contributor

chayim commented Nov 30, 2023

While useful with read only cluster nodes - it's a generally good idea, as via an acl, specific users can be granted readonly access (say bitfield_ro and get). IMHO it's missing @ofekshenawa

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

Successfully merging a pull request may close this issue.

3 participants