| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| Modifier and Type | Field and Description |
|---|---|
static Builder<AccessControlUser> |
BuilderFactory.ACCESS_CONTROL_USER
Create a AccessControlUser object from the ACL GETUSER reply.
|
| Modifier and Type | Method and Description |
|---|---|
AccessControlUser |
Jedis.aclGetUser(byte[] name) |
AccessControlUser |
Jedis.aclGetUser(java.lang.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(java.lang.String name)
The command returns all the rules defined for an existing ACL user.
|
Copyright © 2025. All rights reserved.