Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands |
Modifier and Type | Field and Description |
---|---|
static Builder<AccessControlUser> |
BuilderFactory.ACCESS_CONTROL_USER
Create a AccessControlUser object from the ACL GETUSER < > result
|
Modifier and Type | Method and Description |
---|---|
AccessControlUser |
Jedis.aclGetUser(byte[] name) |
AccessControlUser |
Jedis.aclGetUser(String name) |
Modifier and Type | Method and Description |
---|---|
AccessControlUser |
AccessControlLogBinaryCommands.aclGetUser(byte[] name)
The command returns all the rules defined for an existing ACL user.
|
AccessControlUser |
AccessControlLogCommands.aclGetUser(String name)
The command returns all the rules defined for an existing ACL user.
|
Copyright © 2022. All rights reserved.