Module lettuce.core

Package io.lettuce.core.models.stream

Model and parser for the Stream-related command output such as XPENDING.
  • Class Summary
    Class Description
    ClaimedMessages<K,​V>
    Value object representing the claimed messages reported through XAUTOCLAIM.
    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.
    PendingParser
    Parser for redis XPENDING command output.