redis.clients.jedis
Interface AdvancedBinaryJedisCommands

All Known Implementing Classes:
BinaryJedis, Jedis

public interface AdvancedBinaryJedisCommands


Method Summary
 List<byte[]> configGet(byte[] pattern)
           
 byte[] configSet(byte[] parameter, byte[] value)
           
 byte[] objectEncoding(byte[] key)
           
 Long objectIdletime(byte[] key)
           
 Long objectRefcount(byte[] key)
           
 List<byte[]> slowlogGetBinary()
           
 List<byte[]> slowlogGetBinary(long entries)
           
 Long slowlogLen()
           
 String slowlogReset()
           
 

Method Detail

configGet

List<byte[]> configGet(byte[] pattern)

configSet

byte[] configSet(byte[] parameter,
                 byte[] value)

slowlogReset

String slowlogReset()

slowlogLen

Long slowlogLen()

slowlogGetBinary

List<byte[]> slowlogGetBinary()

slowlogGetBinary

List<byte[]> slowlogGetBinary(long entries)

objectRefcount

Long objectRefcount(byte[] key)

objectEncoding

byte[] objectEncoding(byte[] key)

objectIdletime

Long objectIdletime(byte[] key)


Copyright © 2014. All rights reserved.