All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
Response<Object> |
fcall(byte[] name,
List<byte[]> keys,
List<byte[]> args) |
Response<Object> |
fcallReadonly(byte[] name,
List<byte[]> keys,
List<byte[]> args) |
Response<String> |
functionDelete(byte[] libraryName) |
Response<byte[]> |
functionDump() |
Response<String> |
functionFlush() |
Response<String> |
functionFlush(FlushMode mode) |
Response<String> |
functionKill() |
Response<List<Object>> |
functionList(byte[] libraryNamePattern) |
Response<List<Object>> |
functionListBinary() |
Response<List<Object>> |
functionListWithCode(byte[] libraryNamePattern) |
Response<List<Object>> |
functionListWithCodeBinary() |
Response<String> |
functionLoad(byte[] engineName,
byte[] libraryName,
byte[] functionCode) |
Response<String> |
functionLoad(byte[] engineName,
byte[] libraryName,
FunctionLoadParams params,
byte[] functionCode) |
Response<String> |
functionRestore(byte[] serializedValue) |
Response<String> |
functionRestore(byte[] serializedValue,
FunctionRestorePolicy policy) |
Response<Object> |
functionStatsBinary() |