valkey/tests/assets/userwithselectors.acl
Madelyn Olson 55c81f2cd3
ACL V2 - Selectors and key based permissions (#9974)
* Implemented selectors which provide multiple different sets of permissions to users
* Implemented key based permissions 
* Added a new ACL dry-run command to test permissions before execution
* Updated module APIs to support checking key based permissions

Co-authored-by: Oran Agra <oran@redislabs.com>
2022-01-20 13:05:27 -08:00

2 lines
63 B
Plaintext

user alice on (+get ~rw*)
user bob on (+set %W~w*) (+get %R~r*)