-
Notifications
You must be signed in to change notification settings - Fork 1.2k
DATAREDIS-1075 - Add EnableKeyspaceNotifications for more configuration options of keyspace event listening. #503
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
Conversation
...on options of keyspace event listening.
Transition touched test classes to JUnit Jupiter.
How about meta-annotating @EnableRedisRepositories
with @EnableKeyspaceNotifications
and using @AliasFor
to forward the attributes we have? In the same go, we should deprecate EnableRedisRepositories.enableKeyspaceEvents
and EnableRedisRepositories.keyspaceNotificationsConfigParameter
so we can recommend @EnableKeyspaceNotifications
.
0f29937
to
9fbb477
Compare
serac
commented
Sep 9, 2022
I'm interested to see this PR merged and I'm willing to implement suggestions @mp911de suggested above and work it to completion. Please let me know how to proceed.
No description provided.