• Luke Palmer's avatar
    Keyspace event for new keys (#10512) · bb7891f0
    Luke Palmer authored
    Add an optional keyspace event when new keys are added to the db.
    
    This is useful for applications where clients need to be aware of the redis keyspace.
    Such an application can SCAN once at startup and then listen for "new" events (plus
    others associated with DEL, RENAME, etc).
    bb7891f0
db.c 86.8 KB