summaryrefslogtreecommitdiff
path: root/src/cli_common.c
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2021-07-20 21:48:43 +0300
committerGitHub <noreply@github.com>2021-07-20 21:48:43 +0300
commit32e61ee295beb8a45b66c4488937f17d0cd0fca7 (patch)
tree8354b99dfbd8b27ca38a94319bdf8b8cdf962820 /src/cli_common.c
parent1895e134a77efd789b1a6daee76a6ba5ec90e516 (diff)
downloadredis-32e61ee295beb8a45b66c4488937f17d0cd0fca7.tar.gz
Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKING (#9208)
- SELECT and WAIT don't read or write from the keyspace (unlike DEL, EXISTS, EXPIRE, DBSIZE, KEYS, etc). they're more similar to AUTH and HELLO (and maybe PING and COMMAND). they only affect the current connection, not the server state, so they should be `@connection`, not `@keyspace` - ROLE, like LASTSAVE is `@admin` (and `@dangerous` like INFO) - ASKING, READONLY, READWRITE are `@connection` too (not `@keyspace`) - Additionally, i'm now documenting the exact meaning of each ACL category so it's clearer which commands belong where.
Diffstat (limited to 'src/cli_common.c')
0 files changed, 0 insertions, 0 deletions