https://redis.io/topics/acl
~: Add a pattern of keys that can be mentioned as part of commands. For instance ~ allows all the keys. The pattern is a glob-style pattern like the one of KEYS. It is possible to specify multiple patterns. * allkeys: Alias for ~. * resetkeys: Flush the list of allowed keys patterns. For instance the ACL ~foo: ~bar: resetkeys ~objects:, will result in the client only be able to access keys matching the pattern objects:.
- allkeys: Alias for ~. ___????
- allkeys: Alias for ~*. ____????
- resetkeys__???? resetkeys__????
The document appears to have a problem with the format, causing confusion。
which is all allkey? which resetkeys??
thank you very much!
if has
tag is very good!!!
Comment From: startjava
*resetkeys__???? resetkeys__????
Comment From: startjava
if has <br/>
tag is very good!!!
Comment From: itamarhaber
Hello @startjava
Thanks for this one - please open documentation related issues in the https://github.com/antirez/redis-doc repository. The ACL docs and other new features are currently being written so some mistakes are bound to happen :)