bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

Add notification of changed keys

Open ecton opened this issue 4 years ago • 0 comments

Redis has several blocking features that would be good additions to BonsaiDb. They all are based on the basic need of being able to be notified when a key is changed.

An example operation is BZMPOP (relevant to #154), which allows a client to block up to an optional timeout until a key is available in the sorted set. This type of blocking operation is common in Redis and allows building worker queues easily.

ecton avatar Jan 27 '22 04:01 ecton