• antirez's avatar
    Streams: make blocking for > a truly special case. · 1a02b5f6
    antirez authored
    To simplify the semantics of blocking for a group, this commit changes
    the implementation to better match the description we provide of
    conusmer groups: blocking for > will make the consumer waiting for new
    elements in the group. However blocking for any other ID will always
    serve the local history of the consumer.
    
    However it must be noted that the > ID is actually an alias for the
    special ID ms/seq of UINT64_MAX,UINT64_MAX.
    1a02b5f6
t_stream.c 92 KB