@FunctionalInterface public interface RedisCommandInterceptor
| Modifier and Type | Method and Description |
|---|---|
Slice |
execCommand(OperationExecutorState state,
String name,
List<Slice> params)
This method is called on operation execution in JedisMock.
|
Slice execCommand(OperationExecutorState state, String name, List<Slice> params)
state - Executor state, which includes shared database and connection-specific state.name - Operation name.params - Operation parameters.Copyright © 2023. All rights reserved.