dartis
dartis copied to clipboard
Add support for ACL commands - Redis 6
trafficstars
- https://redis.io/topics/acl
ACL Commands
- ACL LOAD
- ACL SAVE
- ACL LIST
- ACL USERS
- ACL SETUSER
- ACL DELUSER
- ACL CAT
- ACL GENPASS
- ACL WHOAMI
- ACL LOG
NOTES:
- acl commands should be grouped and defined within a new AclCommands abstract class and implemented by Commands
AUTH command change
- auth command needs to be extended to support optional user name
- https://redis.io/commands/auth
Note:
Available since 6.0.0
Current Redis stable version is 5.0
redis 6 has been released as the stable version - https://redis.io/download
Ok, it was released today :)
https://github.com/antirez/redis/releases/tag/6.0.0