Uses of Package
io.lettuce.core

Packages that use io.lettuce.core
Package Description
io.lettuce.core
The Redis client package containing RedisClient for Redis Standalone and Redis Sentinel operations.
io.lettuce.core.api
Standalone Redis connection API.
io.lettuce.core.api.async
Standalone Redis API for asynchronous executed commands.
io.lettuce.core.api.reactive
Standalone Redis API for reactive command execution.
io.lettuce.core.api.sync
Standalone Redis API for synchronous executed commands.
io.lettuce.core.cluster
Client for Redis Cluster, see RedisClusterClient.
io.lettuce.core.cluster.api
Redis Cluster connection API.
io.lettuce.core.cluster.api.async
Redis Cluster API for asynchronous executed commands.
io.lettuce.core.cluster.api.reactive
Redis Cluster API for reactive command execution.
io.lettuce.core.cluster.api.sync
Redis Cluster API for synchronous executed commands.
io.lettuce.core.cluster.event
Cluster event types.
io.lettuce.core.cluster.models.partitions
Model and parser for the CLUSTER NODES and CLUSTER SLAVES output.
io.lettuce.core.cluster.topology
Support for cluster topology refresh.
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.event.connection
Connection-related events.
io.lettuce.core.internal
Contains internal API.
io.lettuce.core.masterreplica
Client support for Redis Master/Replica setups.
io.lettuce.core.masterslave
Client support for Redis Master/Slave setups.
io.lettuce.core.models.command
Model and parser to for the COMMAND and COMMAND INFO output.
io.lettuce.core.models.role
Model and parser for the ROLE output.
io.lettuce.core.models.stream
Model and parser for the Stream-related command output such as XPENDING.
io.lettuce.core.output
Implementation of different output protocols including the Streaming API.
io.lettuce.core.protocol
Redis protocol layer abstraction.
io.lettuce.core.pubsub
Pub/Sub connection classes.
io.lettuce.core.pubsub.api.async
Pub/Sub Redis API for asynchronous executed commands.
io.lettuce.core.resource
Client resource infrastructure providers.
io.lettuce.core.sentinel
Redis Sentinel connection classes.
io.lettuce.core.sentinel.api.async
Redis Sentinel API for asynchronous executed commands.
io.lettuce.core.sentinel.api.reactive
Redis Sentinel API for reactive command execution.
io.lettuce.core.sentinel.api.sync
Redis Sentinel API for synchronous executed commands.
io.lettuce.core.support.caching