We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Christoph Strobl opened DATAREDIS-481 and commented
Cache configuration shoule use something like the CacheBuilder as in CouchbaseCacheManager.
CacheBuilder
Consider:
RedisConnectionFactory
o.s.cache.Cache
Issue Links:
DATAREDIS-638 RedisCacheManager defaultExpiry not working
DATAREDIS-730 All queries are blocked forever when the underlying sentinel redis got master/salve switching
DATAREDIS-927 Support RedisTemplate in RedisCacheManager
DATAREDIS-571 Lock expiration
DATAREDIS-581 RedisCache::waitForLock() cannot be interrupted
DATAREDIS-582 Allow clients of RedisCache to opt-out of locking behaviour
DATAREDIS-616 RedisCache get should return null if cache miss occurs
DATAREDIS-649 Cacheable methods can return a null that was never set in the cache
DATAREDIS-1087 Updating from 1.X to 2.X breaks
DATAREDIS-386 Expose Cache statistics
DATAREDIS-215 Explore using blop pattern for mutex in RedisCache
DATAREDIS-329 Introduce a RedisCacheManagerFactoryBean for configuring RedisCacheManager
DATAREDIS-399 Unconditional locking via waitForLock greatly degrades performance
DATAREDIS-451 Improve cache locking
DATAREDIS-565 Cacheable annotation should handle Optional's Java 8 object
Referenced from: pull request #252
The text was updated successfully, but these errors were encountered:
christophstrobl
No branches or pull requests
Christoph Strobl opened DATAREDIS-481 and commented
Cache configuration shoule use something like the
CacheBuilder
as in CouchbaseCacheManager.Consider:
RedisConnectionFactory
o.s.cache.Cache
.Issue Links:
DATAREDIS-638 RedisCacheManager defaultExpiry not working
DATAREDIS-730 All queries are blocked forever when the underlying sentinel redis got master/salve switching
DATAREDIS-927 Support RedisTemplate in RedisCacheManager
DATAREDIS-571 Lock expiration
DATAREDIS-581 RedisCache::waitForLock() cannot be interrupted
DATAREDIS-582 Allow clients of RedisCache to opt-out of locking behaviour
DATAREDIS-616 RedisCache get should return null if cache miss occurs
DATAREDIS-649 Cacheable methods can return a null that was never set in the cache
DATAREDIS-1087 Updating from 1.X to 2.X breaks
DATAREDIS-386 Expose Cache statistics
DATAREDIS-215 Explore using blop pattern for mutex in RedisCache
DATAREDIS-329 Introduce a RedisCacheManagerFactoryBean for configuring RedisCacheManager
DATAREDIS-399 Unconditional locking via waitForLock greatly degrades performance
DATAREDIS-451 Improve cache locking
DATAREDIS-565 Cacheable annotation should handle Optional's Java 8 object
Referenced from: pull request #252
The text was updated successfully, but these errors were encountered: