| Modifier and Type | Method and Description |
|---|---|
static RedisOperation |
CommandFactory.buildOperation(String name,
boolean transactional,
OperationExecutorState state,
List<Slice> params) |
| Constructor and Description |
|---|
Auth(OperationExecutorState state) |
Quit(OperationExecutorState state) |
Select(OperationExecutorState state,
List<Slice> params) |
| Constructor and Description |
|---|
PSubscribe(OperationExecutorState state,
List<Slice> params) |
PUnsubscribe(OperationExecutorState state,
List<Slice> params) |
Subscribe(OperationExecutorState state,
List<Slice> params) |
Unsubscribe(OperationExecutorState state,
List<Slice> params) |
| Modifier and Type | Method and Description |
|---|---|
static Slice |
MockExecutor.breakConnection(OperationExecutorState state)
Break the connection (imitate Redis shutdown).
|
static Slice |
MockExecutor.proceed(OperationExecutorState state,
String name,
List<Slice> commandParams)
Proceed with execution, mocking the Redis behaviour.
|
| Constructor and Description |
|---|
Exec(OperationExecutorState state) |
| Modifier and Type | Method and Description |
|---|---|
Slice |
RedisCommandInterceptor.execCommand(OperationExecutorState state,
String name,
List<Slice> params)
This method is called on operation execution in JedisMock.
|
| Constructor and Description |
|---|
RedisOperationExecutor(OperationExecutorState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisBase.unwatchSingleKey(OperationExecutorState state,
Slice key) |
void |
RedisBase.watch(OperationExecutorState state,
Slice key) |
Copyright © 2023. All rights reserved.