Uses of Package
io.lettuce.core.models.stream
| 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.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| 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.
|
-
Classes in io.lettuce.core.models.stream used by io.lettuce.core Class Description ClaimedMessages Value object representing the claimed messages reported throughXAUTOCLAIM.PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.api.async Class Description ClaimedMessages Value object representing the claimed messages reported throughXAUTOCLAIM.PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.api.reactive Class Description ClaimedMessages Value object representing the claimed messages reported throughXAUTOCLAIM.PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.api.sync Class Description ClaimedMessages Value object representing the claimed messages reported throughXAUTOCLAIM.PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.cluster.api.async Class Description ClaimedMessages Value object representing the claimed messages reported throughXAUTOCLAIM.PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.cluster.api.sync Class Description ClaimedMessages Value object representing the claimed messages reported throughXAUTOCLAIM.PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.models.stream Class Description PendingMessage Value object representing a pending message reported through XPENDING with range/limit.PendingMessages Value object representing the output of the Redis XPENDING reporting a summary on pending messages. -
Classes in io.lettuce.core.models.stream used by io.lettuce.core.output Class Description PendingMessage Value object representing a pending message reported through XPENDING with range/limit.