@CommandImpl(value="decrby") @ParamLength(type=EXACT, value=2) public class Decrby extends java.lang.Object
| Constructor and Description |
|---|
Decrby(dev.keva.storage.KevaDatabase database) |
| Modifier and Type | Method and Description |
|---|---|
dev.keva.protocol.resp.reply.IntegerReply |
execute(byte[] key,
byte[] decrBy) |
@Execute public dev.keva.protocol.resp.reply.IntegerReply execute(byte[] key, byte[] decrBy)