kevy

XREAD

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

構文XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] id [id ...]
グループstream
引数の数-4
導入バージョン1.0.0
フラグreadonly, blocking
計算量O(S * (log N + M)) over S streams; '$' is O(1); the park is O(1)
Redis 互換性differs: the '+' last-id form is not parsed — only explicit IDs and '$' are accepted

← すべてのコマンド