public interface AdvancedBinaryJedisCommands
| Modifier and Type | Method and Description |
|---|---|
java.util.List<byte[]> |
configGet(byte[] pattern) |
byte[] |
configSet(byte[] parameter,
byte[] value) |
byte[] |
objectEncoding(byte[] key) |
java.lang.Long |
objectIdletime(byte[] key) |
java.lang.Long |
objectRefcount(byte[] key) |
java.util.List<byte[]> |
slowlogGetBinary() |
java.util.List<byte[]> |
slowlogGetBinary(long entries) |
java.lang.Long |
slowlogLen() |
java.lang.String |
slowlogReset() |
java.util.List<byte[]> configGet(byte[] pattern)
byte[] configSet(byte[] parameter,
byte[] value)
java.lang.String slowlogReset()
java.lang.Long slowlogLen()
java.util.List<byte[]> slowlogGetBinary()
java.util.List<byte[]> slowlogGetBinary(long entries)
java.lang.Long objectRefcount(byte[] key)
byte[] objectEncoding(byte[] key)
java.lang.Long objectIdletime(byte[] key)