Uses of Interface
io.lettuce.core.protocol.ProtocolKeyword

Packages that use ProtocolKeyword
Package Description
io.lettuce.core
The Redis client package containing RedisClient for Redis Standalone and Redis Sentinel operations.
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.api.async
Redis Cluster API for asynchronous executed commands.
io.lettuce.core.dynamic.segment
Support for CommandSegments and segment parsing.
io.lettuce.core.metrics
Collectors for client metrics.
io.lettuce.core.protocol
Redis protocol layer abstraction.
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.