Notify watchers on delete operations in addition to inserts.

This commit is contained in:
Jason Volk
2025-10-20 20:45:38 +00:00
parent fc0f04defa
commit dd5c5c7a4a

View File

@@ -20,4 +20,6 @@ where
if !self.engine.corked() {
self.engine.flush().expect("database flush error");
}
self.notify(key.as_ref());
}