Uses of Class
io.lettuce.core.RedisException

Packages that use RedisException
Package Description
io.lettuce.core
The Redis client package containing RedisClient for Redis Standalone and Redis Sentinel operations.
io.lettuce.core.cluster
Client for Redis Cluster, see RedisClusterClient.
io.lettuce.core.dynamic
Core package for Redis Command Interface support through RedisCommandFactory.
io.lettuce.core.dynamic.batch
Batching with Redis Command interfaces.
io.lettuce.core.protocol
Redis protocol layer abstraction.
io.lettuce.core.support.caching