Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 881 Bytes

File metadata and controls

16 lines (8 loc) · 881 Bytes

DbaasValkeyUserAccessControl

Properties

Name Type Description Notes
categories List<String> Use +@<category> to allow and -@<category> to disallow. Separate entries with a single space. Example: +@all -@dangerous. [optional]
channels List<String> Patterns use standard glob syntax and must be separated by a single space. Example: ~* &events. [optional]
commands List<String> Use +<command> to allow and -<command> to disallow. You can also use @<category>. Separate entries with a single space. Example: +@all -flushall. [optional]
keys List<String> Patterns use standard glob syntax and must be separated by a single space. Example: cache:* session:*. [optional]