i have set two keys not i want to restrict access for user to a specific keys.
127.0.0.1:6379[190]> KEYS *
- "grape:green"
- "apple:red"
I have set below mentioned ACL but i can get all the keys with all prefixes
ACL
ACL SETUSER alex on >123 ~apple:* +@ALL
OK
KEYS output
127.0.0.1:6379[190]> KEYS *
- "grape:green"
- "apple:red"
127.0.0.1:6379[190]> ACL WHOAMI
"alex"