Package redis.clients.jedis.commands
Interface FunctionPipelineBinaryCommands
- All Known Subinterfaces:
PipelineBinaryCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface FunctionPipelineBinaryCommands
-
Method Summary
Modifier and TypeMethodDescriptionfcallReadonly(byte[] name, List<byte[]> keys, List<byte[]> args) functionDelete(byte[] libraryName) Response<byte[]> functionFlush(FlushMode mode) functionList(byte[] libraryNamePattern) functionListWithCode(byte[] libraryNamePattern) functionLoad(byte[] functionCode) functionLoadReplace(byte[] functionCode) functionRestore(byte[] serializedValue) functionRestore(byte[] serializedValue, FunctionRestorePolicy policy)
-
Method Details
-
fcall
-
fcallReadonly
-
functionDelete
-
functionDump
Response<byte[]> functionDump() -
functionFlush
-
functionFlush
-
functionKill
-
functionListBinary
-
functionList
-
functionListWithCodeBinary
-
functionListWithCode
-
functionLoad
-
functionLoadReplace
-
functionRestore
-
functionRestore
-
functionStatsBinary
-