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
jxblum
changed the title
Reinstate RedisCacheConfiguration.getTtl() method as deprecated
Reinstate RedisCacheConfiguration.getTtl() as deprecated
Jul 6, 2023
As of Spring Data Redis
3.2
, it is now possible to dynamically compute the TTL of a cache entry (key/value) on expiration.As such, the static
getTtl():Duration
method was removed without properly deprecating the method.This task reinstates the method as
deprecated
, referring users to use the newgetTtlFunction()
method instead.Issue: #2300
Pull Request: #2597
Original Issue: #1433
Original Pull Request: #2587
The text was updated successfully, but these errors were encountered: