Skip to content
DBaaS Valkey User Access Control

DBaaS Valkey User Access Control

Properties

PropertyTypeRequiredDescription
categoriesarray[string]noUse +@ to allow and -@ to disallow. Separate entries with a single space. Example: +@all -@dangerous.
channelsarray[string]noPatterns use standard glob syntax and must be separated by a single space. Example: ~* &events.
commandsarray[string]noUse + to allow and - to disallow. You can also use @. Separate entries with a single space. Example: +@all -flushall.
keysarray[string]noPatterns use standard glob syntax and must be separated by a single space. Example: cache:* session:*.
Last updated on