rkv
rkv copied to clipboard
Observer notifications
We should design and implement a system for watching particular keys, or stores as a whole. Most likely we should not notify values — the recipient can read directly from the store.
See https://github.com/mozilla/mentat/pull/551 for guidance.