@CommandImpl(value="lset") @ParamLength(value=3) @Mutate public class LSet extends ListBase
| Constructor and Description |
|---|
LSet(dev.keva.storage.KevaDatabase database) |
| Modifier and Type | Method and Description |
|---|---|
dev.keva.protocol.resp.reply.StatusReply |
execute(byte[] key,
byte[] index,
byte[] value) |
@Execute public dev.keva.protocol.resp.reply.StatusReply execute(byte[] key, byte[] index, byte[] value)