| 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<List<AccessControlLogEntry>> |
BuilderFactory.ACCESS_CONTROL_LOG_ENTRY_LIST
Create an Access Control Log Entry Result of ACL LOG command
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessControlLogEntry> |
Jedis.aclLog() |
List<AccessControlLogEntry> |
Jedis.aclLog(int limit) |
| Modifier and Type | Method and Description |
|---|---|
List<AccessControlLogEntry> |
AccessControlLogCommands.aclLog()
Shows the recent ACL security events.
|
List<AccessControlLogEntry> |
AccessControlLogCommands.aclLog(int limit)
Shows the recent limit ACL security events.
|
Copyright © 2024. All rights reserved.