kevy

XREAD

Read new entries from one or more streams, optionally blocking.

SyntaxXREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...]
Groupstream
Arity-4
Since1.0.0
Flagsreadonly, blocking
ComplexityO(S * (log N + M)) over S streams; '$' is O(1); the park is O(1)
Redis compatibilitydiffers: the '+' last-id form is not parsed — only explicit IDs and '$' are accepted

← All commands