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)
Deprecated.
Use
aclLogReset(). |
List<byte[]> |
aclLogBinary() |
List<byte[]> |
aclLogBinary(int limit) |
String |
aclLogReset() |
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)
Deprecated.
This method will be removed in next major release. You may consider using
configSet(byte[], byte[]). |
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 - @Deprecated String configSetBinary(byte[] parameter, byte[] value)
configSet(byte[], byte[]).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)
@Deprecated byte[] aclLog(byte[] options)
aclLogReset().String aclLogReset()
String aclLoad()
String aclSave()
Copyright © 2023. All rights reserved.