redis.clients.jedis
Interface AdvancedJedisCommands
- All Known Implementing Classes:
- Jedis
public interface AdvancedJedisCommands
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.