Files
spring-data-redis/src/main/java/org/springframework
Mark Paluch ea598c2dad DATAREDIS-542 - Fix key expiration for RedisCache.putIfAbsent.
RedisCache now expires keys using putIfAbsent if the key was set. Previously, the key was only expired if the value was already present and the value matched the value stored inside of Redis.

Original Pull Request: #224
2016-10-07 11:30:50 +02:00
..