Package com.redis.lettucemod.json
Class ArrpopOptions<K>
java.lang.Object
com.redis.lettucemod.json.ArrpopOptions<K>
- All Implemented Interfaces:
io.lettuce.core.CompositeArgument
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<L,W> void build(io.lettuce.core.protocol.CommandArgs<L, W> args) getIndex()getPath()static <K> ArrpopOptions.Builder<K>path(K path) voidsetIndex(OptionalLong index)
-
Method Details
-
getPath
-
getIndex
-
setIndex
-
path
-
build
public <L,W> void build(io.lettuce.core.protocol.CommandArgs<L, W> args) - Specified by:
buildin interfaceio.lettuce.core.CompositeArgument
-