spring-data-redis
spring-data-redis copied to clipboard
Refine and clarify operations in the async cache implementation
See #2743
Did a first review pass.
Thank you for the feedback. I reviewed each comment and cited my reasoning for the requested changes.
I reworked this PR to be more inline with our expectations.
Specifically, I:
-
Added a more robust check to the detection of Reactive types and usage, not unlike Spring Boot (here).
-
I reduced the number of
private(helper) methods only slightly and reorganized them based on where they belong. Certainprivatemethods remain because 1) they are reused 2) and/or are more descriptive (especially in the Reactive context). -
Please! Can we follow the Spring Framework Javadoc guidelines.