@CommandImpl(value="hdel") @ParamLength(type=AT_LEAST, value=2) @Mutate public class HDel extends HashBase
| Constructor and Description |
|---|
HDel(dev.keva.storage.KevaDatabase database) |
| Modifier and Type | Method and Description |
|---|---|
dev.keva.protocol.resp.reply.IntegerReply |
execute(byte[] key,
byte[]... fields) |
@Execute public dev.keva.protocol.resp.reply.IntegerReply execute(byte[] key, byte[]... fields)