Interface SlowlogCommands

All Known Subinterfaces:
GenericControlCommands
All Known Implementing Classes:
Jedis

public interface SlowlogCommands
  • Method Details

    • slowlogReset

      String slowlogReset()
    • slowlogLen

      long slowlogLen()
    • slowlogGet

      List<Slowlog> slowlogGet()
    • slowlogGetBinary

      List<Object> slowlogGetBinary()
    • slowlogGet

      List<Slowlog> slowlogGet(long entries)
    • slowlogGetBinary

      List<Object> slowlogGetBinary(long entries)