Redis - SuQuoc/ft_transcendence GitHub Wiki

Redis Access Control Lists (ACLs)

Category Description
@all All commands.
@admin Administrative commands like SAVE, SHUTDOWN, CONFIG, etc.
@fast Fast commands that are not blocking.
@slow Potentially slow commands.
@write Commands that modify data.
@read Commands that read data.
@keyspace Keyspace notifications commands.
@dangerous Potentially dangerous commands like FLUSHALL, FLUSHDB, etc.
@pubsub Publish/subscribe commands.
@connection Connection management commands like AUTH, SELECT, ECHO, etc.
@transaction Transaction commands like MULTI, EXEC, DISCARD, etc.
@scripting Scripting commands like EVAL, EVALSHA, etc.