Interface AdvancedBinaryJedisCommands

  • All Known Implementing Classes:
    BinaryJedis, Jedis

    public interface AdvancedBinaryJedisCommands
    • Method Detail

      • configGet

        List<byte[]> configGet​(byte[] pattern)
      • configSet

        byte[] configSet​(byte[] parameter,
                         byte[] value)
      • slowlogReset

        String slowlogReset()
      • slowlogLen

        Long slowlogLen()
      • slowlogGetBinary

        List<Object> slowlogGetBinary()
      • slowlogGetBinary

        List<Object> slowlogGetBinary​(long entries)
      • objectRefcount

        Long objectRefcount​(byte[] key)
      • objectEncoding

        byte[] objectEncoding​(byte[] key)
      • objectIdletime

        Long objectIdletime​(byte[] key)
      • objectHelpBinary

        List<byte[]> objectHelpBinary()
      • objectFreq

        Long objectFreq​(byte[] key)
      • migrate

        String migrate​(String host,
                       int port,
                       byte[] key,
                       int destinationDB,
                       int timeout)
      • migrate

        String migrate​(String host,
                       int port,
                       int destinationDB,
                       int timeout,
                       MigrateParams params,
                       byte[]... keys)
      • clientKill

        String clientKill​(byte[] ipPort)
      • clientGetnameBinary

        byte[] clientGetnameBinary()
      • clientListBinary

        byte[] clientListBinary()
      • clientSetname

        String clientSetname​(byte[] name)
      • clientId

        Long clientId()
      • memoryDoctorBinary

        byte[] memoryDoctorBinary()
      • memoryUsage

        Long memoryUsage​(byte[] key)
      • memoryUsage

        Long memoryUsage​(byte[] key,
                         int samples)
      • aclWhoAmIBinary

        byte[] aclWhoAmIBinary()
      • aclGenPassBinary

        byte[] aclGenPassBinary()
      • aclListBinary

        List<byte[]> aclListBinary()
      • aclUsersBinary

        List<byte[]> aclUsersBinary()
      • aclSetUser

        String aclSetUser​(byte[] name)
      • aclSetUser

        String aclSetUser​(byte[] name,
                          byte[]... keys)
      • aclDelUser

        Long aclDelUser​(byte[] name)
      • aclCatBinary

        List<byte[]> aclCatBinary()
      • aclCat

        List<byte[]> aclCat​(byte[] category)
      • aclLogBinary

        List<byte[]> aclLogBinary()
      • aclLogBinary

        List<byte[]> aclLogBinary​(int limit)
      • aclLog

        byte[] aclLog​(byte[] options)