dartis icon indicating copy to clipboard operation
dartis copied to clipboard

Add support for ACL commands - Redis 6

Open oysterpack opened this issue 5 years ago • 3 comments
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

oysterpack avatar Apr 30 '20 13:04 oysterpack

Note:

Available since 6.0.0

Current Redis stable version is 5.0

jcmellado avatar Apr 30 '20 13:04 jcmellado

redis 6 has been released as the stable version - https://redis.io/download

oysterpack avatar Apr 30 '20 19:04 oysterpack

Ok, it was released today :)

https://github.com/antirez/redis/releases/tag/6.0.0

jcmellado avatar Apr 30 '20 20:04 jcmellado