rule property

String? rule
getter/setter pair

The rule to be applied to the username.

Ex: "on >password123 ~* +@all" The format of the rule is defined by Redis OSS: https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/

Required.

Implementation

core.String? rule;