Skip to main content

Pre requisites

In Redis 6 or higher, if ACLs (access control lists) are used, each user can have specific permissions to execute certain commands. The +info permission is required to execute this integration.

To grant this permission to a user, you can use:

ACL SETUSER <user> on >password ~* +info