redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
20.06k stars 2.37k forks source link

Bitfield_RO support #2796

Closed akash14darshan closed 10 months ago

akash14darshan commented 11 months ago

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 commented 11 months ago

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