We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67d413 commit 039e15bCopy full SHA for 039e15b
src/main/java/org/springframework/data/redis/core/RedisKeyExpiredEvent.java
@@ -24,7 +24,7 @@
24
25
/**
26
* {@link RedisKeyExpiredEvent} is Redis specific {@link ApplicationEvent} published when a specific key in Redis
27
- * 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.
28
*
29
* @author Christoph Strobl
30
* @author Mark Paluch
0 commit comments