Files
spring-data-redis/src/main/java/org/springframework/data/redis
Christoph Strobl 639b1e2b55 DATAREDIS-589 - Move secondary index cleanup to MappingExpirationListener.
We now no longer rely on ApplicationEvents captured in the RedisKeyValueAdapter for performing cleanup operations for expired keys, but do this along with the phantom key removal. This removes a flaw when initializing a non repository related KeyspaceEventListener publishing events that actually are unrelated to the Adapter.

Additionally upgraded test infrastructure to utilize Redis 3.2.6 with disabled protected-mode and enabled keyspace-events.

Original pull request: #232.
2017-01-12 14:52:59 +01:00
..
2016-10-12 15:07:13 +02:00
2016-06-17 13:07:31 +02:00
2016-10-12 15:07:13 +02:00
2016-05-13 14:35:27 +02:00
2016-11-17 20:17:10 +01:00