Class LSetCommand
-
- All Implemented Interfaces:
Command,Event,Serializable
@CommandSpec(command="LSET") public class LSetCommand extends GenericKeyValueCommand
- Since:
- 2.1.0
- Author:
- Leon Chen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.moilioncircle.redis.replicator.event.Event
Event.Context
-
-
Field Summary
-
Fields inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
context
-
-
Constructor Summary
Constructors Constructor Description LSetCommand()LSetCommand(byte[] key, long index, byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetIndex()voidsetIndex(long index)-
Methods inherited from class com.moilioncircle.redis.replicator.cmd.impl.GenericKeyValueCommand
getValue, setValue
-
Methods inherited from class com.moilioncircle.redis.replicator.cmd.impl.GenericKeyCommand
getKey, setKey
-
Methods inherited from class com.moilioncircle.redis.replicator.event.AbstractEvent
getContext, setContext
-
-