-
Notifications
You must be signed in to change notification settings - Fork 987
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
Additional request around notify-keyspace-events to support Spring Data #3708
Comments
Hi @danielloader |
@adiholden I think the issue here is different. We currently allow enabling the notifications only via a flag, and the issue here is about enabling it via "config set" |
If the functionality works via a flag I can always follow the same guide as AWS elasticache and enable that out of band in the cache side. That said yes the original ask was that spring data just works without additional hurdles. Edit: What's the flag configuration to enable it? |
Same as with redis: notify-keyspace-events. Please note we only support Ex option |
Thanks, yeah in which case without |
Is your feature request related to a problem? Please describe.
Spring Data Redis repository likes to set config values and when it can't it bombs out on start.
spring-projects/spring-data-redis#2670
I'm trying to use Redis (and in this case DragonflyDB) as a shared session store for a high availability SpringBoot based application.
Describe the solution you'd like
I'd like to be able to use Spring Data Redis with DragonflyDB.
Describe alternatives you've considered
Keep using Redis sentinel and become increasingly despondent with the experience in EKS.
Additional context
Related to #1657
https://www.shinyproxy.io/documentation/configuration/#session-persistence-and-aws-elasticache - upstream configuration details for elasticache that disables this by default so explicit configuration is needed there.
Using DragonflyDB 1.22.1 via the Operator with 3 replicas.
The text was updated successfully, but these errors were encountered: