forked from spring-projects/spring-data-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 10a21bb
Polishing.
Replace blocking lock wait with non-blocking flow. Add support for asynchronous storage to persist the cache value after retrieval from the value supplier. Introduce AsyncCacheWriter abstraction to improve functional guards.
Reformat code. Remove redundant tests. Revisit deprecation notices with consistent mention of the version in which the deprecation was introduced.
Refine exception messages when RedisCache does not support async retrieval.
See spring-projects#2650
Original pull request: spring-projects#2717 1 parent 3dac68f commit 10a21bb
File tree
9 files changed
+598
-813
lines changed- src
- main/java/org/springframework/data/redis
- aot
- cache
- test/java/org/springframework/data/redis/cache
9 files changed
+598
-813
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | + | ||
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
0 commit comments