Uses of Class
redis.clients.jedis.resps.AccessControlUser
Packages that use AccessControlUser
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of AccessControlUser in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type AccessControlUserModifier and TypeFieldDescriptionstatic final Builder<AccessControlUser> BuilderFactory.ACCESS_CONTROL_USERCreate a AccessControlUser object from the ACL GETUSER reply.Methods in redis.clients.jedis that return AccessControlUser -
Uses of AccessControlUser in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return AccessControlUserModifier and TypeMethodDescriptionAccessControlLogBinaryCommands.aclGetUser(byte[] name) The command returns all the rules defined for an existing ACL user.AccessControlLogCommands.aclGetUser(String name) The command returns all the rules defined for an existing ACL user.