Uses of Class
io.revealbi.core.RVRedisOptions
Packages that use RVRedisOptions
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of RVRedisOptions in io.revealbi.core
Methods in io.revealbi.core that return RVRedisOptionsMethods in io.revealbi.core with parameters of type RVRedisOptionsModifier and TypeMethodDescriptionvoidRevealSettings.setRedisOptions(RVRedisOptions redisOptions) Sets the Redis cache options.Method parameters in io.revealbi.core with type arguments of type RVRedisOptionsModifier and TypeMethodDescriptionRevealServerBuilder.addRedisCache(Consumer<RVRedisOptions> configure) Configures Redis as the cache provider for the Reveal server.