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
it would be very nice to have all kind of key notifications supported, for start this use case is pretty useful
notify-keyspace-events Khg
for plenty of cases (RT application websocket endpoint with pubsub to send only on key modifications for example).
This is related to expire event already supported
#1657
but imho ideally all the event notifications API would be nice to be developed, as it is a great tool inside redis
https://redis.io/docs/latest/develop/use/keyspace-notifications/
and in fact, in multithreaded version like dragonfly, it would penalise much less to have plenty of suscriptions :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it would be very nice to have all kind of key notifications supported, for start this use case is pretty useful
for plenty of cases (RT application websocket endpoint with pubsub to send only on key modifications for example).
This is related to expire event already supported
#1657
but imho ideally all the event notifications API would be nice to be developed, as it is a great tool inside redis
https://redis.io/docs/latest/develop/use/keyspace-notifications/
and in fact, in multithreaded version like dragonfly, it would penalise much less to have plenty of suscriptions :)
The text was updated successfully, but these errors were encountered: