public abstract class AbstractRedisOperation extends Object implements RedisOperation
| Constructor and Description |
|---|
AbstractRedisOperation(RedisBase base,
List<Slice> params) |
| Modifier and Type | Method and Description |
|---|---|
protected RedisBase |
base() |
protected void |
doOptionalWork() |
Slice |
execute() |
RMList |
getListFromBaseOrCreateEmpty(Slice key) |
RMSet |
getSetFromBaseOrCreateEmpty(Slice key) |
RMZSet |
getZSetFromBaseOrCreateEmpty(Slice key) |
protected List<Slice> |
params() |
protected abstract Slice |
response() |
protected void doOptionalWork()
protected abstract Slice response()
protected RedisBase base()
public Slice execute()
execute in interface RedisOperationCopyright © 2023. All rights reserved.