@CommandImpl(value="lrange") @ParamLength(value=3) public class LRange extends ListBase
| Constructor and Description |
|---|
LRange(dev.keva.storage.KevaDatabase database) |
| Modifier and Type | Method and Description |
|---|---|
dev.keva.protocol.resp.reply.Reply<?> |
execute(byte[] key,
byte[] start,
byte[] stop) |
@Execute public dev.keva.protocol.resp.reply.Reply<?> execute(byte[] key, byte[] start, byte[] stop)