We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently receive tries to fetch every x seconds which is not ideal
The text was updated successfully, but these errors were encountered:
a possible solution is to use keyspace events: https://medium.com/nerd-for-tech/redis-getting-notified-when-a-key-is-expired-or-changed-ca3e1f1c7f0a
it's not good because it relies on redis configuration
Sorry, something went wrong.
There is a realtime subscription option. You might need to listed to the events on your own and then execute the recv. Would that work for you?
No branches or pull requests
currently receive tries to fetch every x seconds which is not ideal
The text was updated successfully, but these errors were encountered: