DATAREDIS-1035 - Fix Javadoc of RedisKeyExpiredEvent.

Original pull request: #478.
This commit is contained in:
Daniel Knittl-Frank
2019-09-12 10:37:31 +02:00
committed by Mark Paluch
parent c67d4139f8
commit 039e15b589

View File

@@ -24,7 +24,7 @@ import org.springframework.lang.Nullable;
/**
* {@link RedisKeyExpiredEvent} is Redis specific {@link ApplicationEvent} published when a specific key in Redis
* expires. It might but must not hold the expired value itself next to the key.
* expires. It might hold the expired value itself next to the key, but is not required to do so.
*
* @author Christoph Strobl
* @author Mark Paluch