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

← 全部命令