📄️ ACL CAT
Print ACL categories and the commands that belong to each category in Dragonfly.
📄️ ACL DELUSER
Learn how to use Redis ACL DELUSER to remove specified users from the Access Control List and enhance datastore security.
📄️ ACL DRYRUN
Simulate whether a given user is allowed to run a command, without actually executing it.
📄️ ACL GENPASS
Generate a secure, pseudo-random password for use with Dragonfly ACL user accounts.
📄️ ACL GETUSER
Print the ACL rules and permissions currently assigned to a specific Dragonfly user.
📄️ ACL LIST
Learn how to use Redis ACL LIST to retrieve the list of rules for all the existing users.
📄️ ACL LOAD
Reload Dragonfly ACL configuration from the ACL file, replacing the current rules.
📄️ ACL LOG
Print a log of security events from Dragonfly ACL, such as failed authentication attempts.
📄️ ACL SAVE
Persist Dragonfly Access Control List rules that are currently defined to the ACL file.
📄️ ACL SETUSER
Learn how to use Redis ACL SETUSER to modify or create new user rules in the Access Control List.
📄️ ACL USERS
List the usernames of every ACL user currently defined on the Dragonfly instance.
📄️ ACL WHOAMI
Learn how to use Redis ACL WHOAMI to return the name of the authenticated user.