Package redis.clients.jedis.commands
Interface AdvancedBinaryJedisCommands
-
- All Known Implementing Classes:
BinaryJedis,Jedis
public interface AdvancedBinaryJedisCommands
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<byte[]>aclCat(byte[] category)List<byte[]>aclCatBinary()LongaclDelUser(byte[] name)byte[]aclGenPassBinary()AccessControlUseraclGetUser(byte[] name)List<byte[]>aclListBinary()byte[]aclLog(byte[] options)List<byte[]>aclLogBinary()List<byte[]>aclLogBinary(int limit)StringaclSetUser(byte[] name)StringaclSetUser(byte[] name, byte[]... keys)List<byte[]>aclUsersBinary()byte[]aclWhoAmIBinary()byte[]clientGetnameBinary()LongclientId()StringclientKill(byte[] ipPort)StringclientKill(String ip, int port)LongclientKill(ClientKillParams params)byte[]clientListBinary()StringclientSetname(byte[] name)List<byte[]>configGet(byte[] pattern)byte[]configSet(byte[] parameter, byte[] value)byte[]memoryDoctorBinary()LongmemoryUsage(byte[] key)LongmemoryUsage(byte[] key, int samples)Stringmigrate(String host, int port, byte[] key, int destinationDB, int timeout)Stringmigrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys)byte[]objectEncoding(byte[] key)LongobjectFreq(byte[] key)List<byte[]>objectHelpBinary()LongobjectIdletime(byte[] key)LongobjectRefcount(byte[] key)List<Object>slowlogGetBinary()List<Object>slowlogGetBinary(long entries)LongslowlogLen()StringslowlogReset()
-
-
-
Method Detail
-
configGet
List<byte[]> configGet(byte[] pattern)
-
configSet
byte[] configSet(byte[] parameter, byte[] value)
-
slowlogReset
String slowlogReset()
-
slowlogLen
Long slowlogLen()
-
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, int destinationDB, int timeout, MigrateParams params, byte[]... keys)
-
clientKill
String clientKill(byte[] ipPort)
-
clientKill
Long clientKill(ClientKillParams params)
-
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()
-
aclGetUser
AccessControlUser aclGetUser(byte[] name)
-
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)
-
-