MultiKeyCommands.xread

XREAD [COUNT count] [BLOCK milliseconds] STREAMS key [key ...] ID [ID ...]

@param key @param count @param block @param streams @return

interface MultiKeyCommands
List!(MapEntry!(string, List!(StreamEntry)))
xread
(
int count
,
long block
,
MapEntry!(string, StreamEntryID)[] streams...
)

Meta