-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for asynchronous retrieval from RedisCache
#2650
Comments
mp911de
changed the title
Add reactive types support to RedisCacheManager.
Add reactive types support to RedisCacheManager
Aug 9, 2023
mp911de
changed the title
Add reactive types support to RedisCacheManager
Add reactive types support to Aug 9, 2023
RedisCacheManager
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Aug 15, 2023
…<T>>) operations in Cache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 21, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 21, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 21, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 22, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 23, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
changed the title
Add reactive types support to
Add reactive types support to Sep 23, 2023
RedisCacheManager
RedisCache
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 25, 2023
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Sep 28, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 3, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 3, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 3, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 3, 2023
…<T>>) operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 4, 2023
…<T>>) Cache operations in RedisCache. Closes spring-projects#2650
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 4, 2023
…ableFuture<T>> Cache operations without Jedis support. Closes spring-projects#2650
mp911de
pushed a commit
that referenced
this issue
Oct 10, 2023
mp911de
changed the title
Add reactive types support to
Adds support for asynchronous retrieval from Oct 10, 2023
RedisCache
RedisCache
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 12, 2023
Cleanup ambigious, unreadable, unstructured and overly complex code in DefaultRedisCacheWriter. Split RedisCacheTests.retrieveCacheValueUsingJedis() test logic by test case. Edit Javadoc. See spring-projects#2650 Original pull request: spring-projects#2717
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 12, 2023
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 12, 2023
Cleanup ambigious, unreadable, unstructured and overly complex code in DefaultRedisCacheWriter. Split RedisCacheTests.retrieveCacheValueUsingJedis() test logic by test case. Edit Javadoc. See spring-projects#2650 Original pull request: spring-projects#2717
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 12, 2023
Cleanup ambigious, unreadable, unstructured and complex logic in DefaultRedisCacheWriter. Split RedisCacheTests.retrieveCacheValueUsingJedis() test logic by test case. Edit Javadoc. See spring-projects#2650 Original pull request: spring-projects#2717
jxblum
pushed a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 12, 2023
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
jxblum
added a commit
to jxblum/spring-data-redis
that referenced
this issue
Oct 12, 2023
Cleanup ambigious, unreadable, unstructured and complex logic in DefaultRedisCacheWriter. Split RedisCacheTests.retrieveCacheValueUsingJedis() test logic by test case. Edit Javadoc. See spring-projects#2650 Original pull request: spring-projects#2717
mp911de
changed the title
Adds support for asynchronous retrieval from
Add support for asynchronous retrieval from Oct 13, 2023
RedisCache
RedisCache
mp911de
added a commit
that referenced
this issue
Oct 13, 2023
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 #2650 Original pull request: #2717
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: spring-projects/spring-framework#17920
Related issue: #1541
The text was updated successfully, but these errors were encountered: