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