Redis Admin and redis-cli Cheat Sheet/Create or update an ACL user

Create or modify a scoped user.

Section: Server administration

Create or update an ACL user

bash
bash
ACL SETUSER app-user on >strongpass ~app:* +GET +SET +DEL

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Server administration
List ACL users
Inspect effective ACL rules.
OpenIn sheetbashsame section
Inspect one ACL user
Read ACL rules for a single user.
OpenIn sheetbashsame section
Delete ACL users
Delete one or more ACL users.
OpenIn sheetbashsame section
List ACL categories
List ACL categories or commands inside one category.
OpenIn sheetbashsame section
Read configuration values
Read current server configuration values.
OpenIn sheetbashsame section
Change a configuration value
Change a config value at runtime.
OpenIn sheetbashsame section