Uses of Class
com.redis.enterprise.RedisModule
-
Packages that use RedisModule Package Description com.redis.enterprise -
-
Uses of RedisModule in com.redis.enterprise
Methods in com.redis.enterprise that return RedisModule Modifier and Type Method Description static RedisModuleRedisModule. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RedisModule[]RedisModule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.enterprise with parameters of type RedisModule Modifier and Type Method Description Database.BuilderDatabase.Builder. module(RedisModule module)Database.BuilderDatabase.Builder. modules(RedisModule... modules)
-