Expand description
Defines types to use with the streams commands.
Structs§
- Stream
AddOptions - Builder options for
xadd_optionscommand - Stream
Auto Claim Options - Builder options for
xautoclaim_optionscommand. - Stream
Auto Claim Reply - Reply type used with the
xautoclaim_optionscommand. - Stream
Claim Options - Builder options for
xclaim_optionscommand. - Stream
Claim Reply - Reply type used with
xclaimcommand. - Stream
Id - Represents a stream
idand its field/values as aHashMap - Stream
Info Consumer - A consumer parsed from
xinfo_consumerscommand. - Stream
Info Consumers Reply - Reply type used with
xinfo_consumercommand, an array of every consumer in a specific consumer group. - Stream
Info Group - A group parsed from
xinfo_groupscommand. - Stream
Info Groups Reply - Reply type used with
xinfo_groupscommand. - Stream
Info Stream Reply - Reply type used with
xinfo_streamcommand, containing general information about the stream stored at the specified key. - Stream
Key - Represents a stream
keyand itsid’s parsed fromxreadmethods. - Stream
Pending Count Reply - Reply type used with
xpending_countandxpending_consumer_countcommands. - Stream
Pending Data - Inner reply type when an
xpendingcommand has data. - Stream
Pending Id - Represents a pending message parsed from
xpendingmethods. - Stream
Range Reply - Reply type used with
xrange,xrange_count,xrange_all,xrevrange,xrevrange_count,xrevrange_allcommands. - Stream
Read Options - Builder options for
xread_optionscommand. - Stream
Read Reply - Reply type used with
xreadorxread_optionscommands. - Stream
Trim Options - Builder options for
xtrim_optionscommand
Enums§
- Stream
Deletion Policy - Deletion policy for stream entries.
- Stream
Maxlen - Utility enum for passing
MAXLEN [= or ~] [COUNT]arguments intoStreamCommands. The enum value represents the count. - Stream
Pending Reply - Reply type used with
xpendingcommand. - Stream
Trim Strategy - Utility enum for passing
<MAXLEN|MINID> [=|~] threshold [LIMIT count]arguments intoStreamCommands. The enum values the trimming mode (=|~), the threshold, and the optional limit - Stream
Trimming Mode - Utility enum for passing the trim mode
[=|~]arguments intoStreamCommands. - XAck
DelStatus Code - Status codes returned by the
XACKDELcommand - XDel
ExStatus Code - Status codes returned by the
XDELEXcommand