| 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<java.util.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 |
|---|---|
java.util.List<AccessControlLogEntry> |
Jedis.aclLog() |
java.util.List<AccessControlLogEntry> |
Jedis.aclLog(int limit) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AccessControlLogEntry> |
AccessControlLogCommands.aclLog()
Shows the recent ACL security events.
|
java.util.List<AccessControlLogEntry> |
AccessControlLogCommands.aclLog(int limit)
Shows the recent limit ACL security events.
|
Copyright © 2025. All rights reserved.