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.redis

You can also use directly Redis[F] You can then use the redisModule to perform Redis operations.

Redis Operations

TODO