Redis.xreadGroup

{@inheritDoc}

class Redis
List!(MapEntry!(string, List!(StreamEntry)))
xreadGroup
(
string groupname
,
string consumer
,
int count
,
long block
,
bool noAck
,
MapEntry!(string, StreamEntryID)[] streams...
)

Meta