public abstract class JedisMonitor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
client |
| Constructor and Description |
|---|
JedisMonitor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onCommand(String command) |
void |
proceed(Connection client) |
protected Connection client
public void proceed(Connection client)
public abstract void onCommand(String command)
Copyright © 2022. All rights reserved.