Package redis.clients.jedis.commands
Interface FunctionPipelineCommands
- All Known Subinterfaces:
PipelineCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface FunctionPipelineCommands
-
Method Summary
Modifier and TypeMethodDescriptionfunctionDelete(String libraryName) Response<byte[]> functionFlush(FlushMode mode) functionList(String libraryNamePattern) functionListWithCode(String libraryNamePattern) functionLoad(String functionCode) functionLoadReplace(String functionCode) functionRestore(byte[] serializedValue) functionRestore(byte[] serializedValue, FunctionRestorePolicy policy)
-
Method Details
-
fcall
-
fcallReadonly
-
functionDelete
-
functionDump
Response<byte[]> functionDump() -
functionFlush
-
functionFlush
-
functionKill
-
functionList
Response<List<LibraryInfo>> functionList() -
functionList
-
functionListWithCode
Response<List<LibraryInfo>> functionListWithCode() -
functionListWithCode
-
functionLoad
-
functionLoadReplace
-
functionRestore
-
functionRestore
-
functionStats
Response<FunctionStats> functionStats()
-