| Package | Description |
|---|---|
| com.github.fppt.jedismock.storage |
| Modifier and Type | Method and Description |
|---|---|
RedisClient |
OperationExecutorState.owner() |
| Modifier and Type | Method and Description |
|---|---|
Map<Slice,Set<RedisClient>> |
RedisBase.getPsubscribers(Slice channel) |
Set<RedisClient> |
RedisBase.getSubscribers(Slice channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisBase.addSubscriber(Slice channel,
RedisClient client) |
List<Slice> |
RedisBase.getPSubscriptions(RedisClient client) |
List<Slice> |
RedisBase.getSubscriptions(RedisClient client) |
boolean |
RedisBase.removePSubscriber(Slice channel,
RedisClient client) |
boolean |
RedisBase.removeSubscriber(Slice channel,
RedisClient client) |
void |
RedisBase.subscribeByPattern(Slice pattern,
RedisClient client) |
| Constructor and Description |
|---|
OperationExecutorState(RedisClient owner,
Map<Integer,RedisBase> redisBases) |
Copyright © 2023. All rights reserved.