redis

Module streams

Source
Expand description

Defines types to use with the streams commands.

Structs§

Enums§

  • Utility enum for passing MAXLEN [= or ~] [COUNT] arguments into StreamCommands. The enum value represents the count.
  • Reply type used with xpending command.
  • Utility enum for passing <MAXLEN|MINID> [=|~] threshold [LIMIT count] arguments into StreamCommands. The enum values the trimming mode (=|~), the threshold, and the optional limit
  • Utility enum for passing the trim mode[=|~] arguments into StreamCommands.