Notify watchers on delete operations in addition to inserts.
This commit is contained in:
@@ -20,4 +20,6 @@ where
|
|||||||
if !self.engine.corked() {
|
if !self.engine.corked() {
|
||||||
self.engine.flush().expect("database flush error");
|
self.engine.flush().expect("database flush error");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.notify(key.as_ref());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user