Module io.inverno.mod.redis.lettuce
module io.inverno.mod.redis.lettuce
The Inverno Redis Client module which provides a Redis client based on Lettuce.
This module exposes a pool based Redis client which is automatically created using the module's configuration which provides connection and pooling options. This client can then be used within an application to execute Redis commands on a Redis datastore.
It defines the following sockets:
- reactor
- the Inverno reactor
- configuration
- the Lettuce Redis client module configuration
It exposes the following beans:
- configuration
- the Lettuce Redis client module configuration
- lettuceRedisClient
- the Lettuce pool Redis client to execute Redis commands on a Redis datastore
- Since:
- 1.4
- Author:
- Jeremy Kuhn
-
Packages
-
Modules
ModifierModuleDescriptiontransitiveThe Inverno framework configuration module provides advanced application configuration capabilities.transitiveThe Inverno framework Redis module provides a reactive API to query Redis datastore.