You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATAREDIS-369 - Avoid resource leak in RedisCache.
Introduce dedicated types RedisCache is supposed to work upon. We still stick to the contract defined by previous versions to assure source and binary compatibility. In a next step RedisCache should be decoupled from o.s.cache.Cache by an additional indirection via RedisCacheCache. Original Pull Request: spring-projects#122
0 commit comments