• antirez's avatar
    Streams: generate a few additional events. · af706962
    antirez authored
    Currently it does not look it's sensible to generate events for streams
    consumer groups modification, being them metadata, however at least for
    key-level events, like the creation or removal of a consumer group, I
    added a few events here and there. Later we can evaluate if it makes
    sense to add more. From the POV instead of WAIT (in Redis transaciton)
    and signaling the key as modified, it looks like that the transaction
    should not fail when a stream is modified, so no calls are made in
    consumer groups related functions to signalModifiedKey().
    af706962
t_stream.c 90.8 KB