Package org.redisson.api
Class FunctionLibrary
java.lang.Object
org.redisson.api.FunctionLibrary
Encapsulates information about Redis functions library.
- Author:
- Nikita Koksharov
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
-
Constructor Summary
ConstructorDescriptionFunctionLibrary
(String name, String engine, String code, List<FunctionLibrary.Function> functions) -
Method Summary
-
Constructor Details
-
FunctionLibrary
public FunctionLibrary(String name, String engine, String code, List<FunctionLibrary.Function> functions)
-
-
Method Details
-
getName
-
getEngine
-
getCode
-
getFunctions
-