redis.clients.jedis
Interface AdvancedJedisCommands

All Known Implementing Classes:
Jedis

public interface AdvancedJedisCommands


Method Summary
 List<String> configGet(String pattern)
           
 String configSet(String parameter, String value)
           
 String objectEncoding(String string)
           
 Long objectIdletime(String string)
           
 Long objectRefcount(String string)
           
 List<Slowlog> slowlogGet()
           
 List<Slowlog> slowlogGet(long entries)
           
 Long slowlogLen()
           
 String slowlogReset()
           
 

Method Detail

configGet

List<String> configGet(String pattern)

configSet

String configSet(String parameter,
                 String value)

slowlogReset

String slowlogReset()

slowlogLen

Long slowlogLen()

slowlogGet

List<Slowlog> slowlogGet()

slowlogGet

List<Slowlog> slowlogGet(long entries)

objectRefcount

Long objectRefcount(String string)

objectEncoding

String objectEncoding(String string)

objectIdletime

Long objectIdletime(String string)


Copyright © 2014. All rights reserved.