| Package | Description |
|---|---|
| io.valkey | |
| io.valkey.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(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 © 2024. All rights reserved.