Uses of Interface
io.lettuce.core.output.KeyStreamingChannel

Packages that use KeyStreamingChannel
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
Client for Redis Cluster, see RedisClusterClient.
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.output
Implementation of different output protocols including the Streaming API.