Lettuce Adapter

Table of contents

Provides adapters to use Redis(external site) for the following features provided by Nablarch.

This adapter uses Lettuce (external site) as a client library for Redis.

Module List

<!-- RedisStore Lettuce Adapter -->
<dependency>
  <groupId>com.nablarch.integration</groupId>
  <artifactId>nablarch-lettuce-adaptor</artifactId>
</dependency>

<!-- Default configuration -->
<dependency>
  <groupId>com.nablarch.configuration</groupId>
  <artifactId>nablarch-main-default-configuration</artifactId>
</dependency>

Tip

Tested with Redis 5.0.9 and Lettuce 5.3.0.RELEASE. If you change the version, the project should be tested to make sure it is working.

See below for a description of the adapters that support each feature.