Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notification of changed keys #155

Open
ecton opened this issue Jan 27, 2022 · 0 comments
Open

Add notification of changed keys #155

ecton opened this issue Jan 27, 2022 · 0 comments
Labels
enhancement New feature or request key-value Issues impacting the key-value store

Comments

@ecton
Copy link
Member

ecton commented Jan 27, 2022

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 ecton added enhancement New feature or request key-value Issues impacting the key-value store labels Jan 27, 2022
@ecton ecton moved this to Todo in Beta Roadmap Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request key-value Issues impacting the key-value store
Projects
Status: Todo
Development

No branches or pull requests

1 participant