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