public interface AdvancedBinaryJedisCommands
Modifier and Type | Method and Description |
---|---|
List<byte[]> |
aclCat(byte[] category) |
List<byte[]> |
aclCatBinary() |
Long |
aclDelUser(byte[] name) |
byte[] |
aclGenPassBinary() |
AccessControlUser |
aclGetUser(byte[] name) |
List<byte[]> |
aclListBinary() |
String |
aclLoad() |
byte[] |
aclLog(byte[] options) |
List<byte[]> |
aclLogBinary() |
List<byte[]> |
aclLogBinary(int limit) |
String |
aclSave() |
String |
aclSetUser(byte[] name) |
String |
aclSetUser(byte[] name,
byte[]... keys) |
List<byte[]> |
aclUsersBinary() |
byte[] |
aclWhoAmIBinary() |
byte[] |
clientGetnameBinary() |
Long |
clientId() |
byte[] |
clientInfoBinary() |
String |
clientKill(byte[] ipPort) |
Long |
clientKill(ClientKillParams params) |
String |
clientKill(String ip,
int port) |
byte[] |
clientListBinary() |
byte[] |
clientListBinary(ClientType type) |
byte[] |
clientListBinary(long... clientIds) |
String |
clientPause(long timeout) |
String |
clientPause(long timeout,
ClientPauseMode mode) |
String |
clientSetname(byte[] name) |
Long |
clientUnblock(long clientId,
UnblockType unblockType) |
List<byte[]> |
configGet(byte[] pattern) |
byte[] |
configSet(byte[] parameter,
byte[] value)
Deprecated.
The return type will be changed to
String , representing OK response,
in next major release. If you are not checking you continue using this method. Otherwise, you
can choose to use either this method or
configSetBinary(byte[], byte[]) . |
String |
configSetBinary(byte[] parameter,
byte[] value) |
String |
failover() |
String |
failover(FailoverParams failoverParams) |
String |
failoverAbort() |
byte[] |
memoryDoctorBinary() |
Long |
memoryUsage(byte[] key) |
Long |
memoryUsage(byte[] key,
int samples) |
String |
migrate(String host,
int port,
byte[] key,
int destinationDB,
int timeout) |
String |
migrate(String host,
int port,
int destinationDB,
int timeout,
MigrateParams params,
byte[]... keys) |
byte[] |
objectEncoding(byte[] key) |
Long |
objectFreq(byte[] key) |
List<byte[]> |
objectHelpBinary() |
Long |
objectIdletime(byte[] key) |
Long |
objectRefcount(byte[] key) |
List<Object> |
roleBinary() |
List<Object> |
slowlogGetBinary() |
List<Object> |
slowlogGetBinary(long entries) |
Long |
slowlogLen() |
String |
slowlogReset() |
List<byte[]> configGet(byte[] pattern)
@Deprecated byte[] configSet(byte[] parameter, byte[] value)
String
, representing OK
response,
in next major release. If you are not checking you continue using this method. Otherwise, you
can choose to use either this method
or
configSetBinary(byte[], byte[])
.parameter
- value
- String configSetBinary(byte[] parameter, byte[] value)
String slowlogReset()
Long slowlogLen()
Long objectRefcount(byte[] key)
byte[] objectEncoding(byte[] key)
Long objectIdletime(byte[] key)
List<byte[]> objectHelpBinary()
Long objectFreq(byte[] key)
String migrate(String host, int port, int destinationDB, int timeout, MigrateParams params, byte[]... keys)
String clientKill(byte[] ipPort)
Long clientKill(ClientKillParams params)
Long clientUnblock(long clientId, UnblockType unblockType)
byte[] clientGetnameBinary()
byte[] clientListBinary()
byte[] clientListBinary(ClientType type)
byte[] clientListBinary(long... clientIds)
byte[] clientInfoBinary()
String clientSetname(byte[] name)
Long clientId()
String clientPause(long timeout)
String clientPause(long timeout, ClientPauseMode mode)
byte[] memoryDoctorBinary()
Long memoryUsage(byte[] key)
Long memoryUsage(byte[] key, int samples)
String failover()
String failover(FailoverParams failoverParams)
String failoverAbort()
byte[] aclWhoAmIBinary()
byte[] aclGenPassBinary()
List<byte[]> aclListBinary()
List<byte[]> aclUsersBinary()
AccessControlUser aclGetUser(byte[] name)
String aclSetUser(byte[] name)
String aclSetUser(byte[] name, byte[]... keys)
Long aclDelUser(byte[] name)
List<byte[]> aclCatBinary()
List<byte[]> aclCat(byte[] category)
List<byte[]> aclLogBinary()
List<byte[]> aclLogBinary(int limit)
byte[] aclLog(byte[] options)
String aclLoad()
String aclSave()
Copyright © 2021. All rights reserved.