Redis module
The Redis module provides integration with redis.
It uses the rediculous library.
Redis Module Configuration
The configuration is read from the application’s configuration file under the redis section.
Using the Redis Module
To use the Redis module, you need to import it and then access it through the Pillars instance:
import pillars.redis.*
val redisModule = pillarsInstance.redisYou can also use directly Redis[F]
You can then use the redisModule to perform Redis operations.
Redis Operations
TODO
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.