File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/springframework/data/redis/connection/lettuce Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -663,10 +663,10 @@ static HGetExArgs toHGetExArgs(@Nullable Expiration expiration) {
663663 *
664664 * <p>Expiration mapping:</p>
665665 * <ul>
666- * <li>{@link Expiration#keepTtl()} {@code KEEPTTL}</li>
667- * <li>Unix timestamp {@code EXAT}/{@code PXAT} depending on time unit</li>
668- * <li>Relative expiration {@code EX}/{@code PX} depending on time unit</li>
669- * <li>{@code null} expiration no TTL argument</li>
666+ * <li>{@link Expiration#keepTtl()} {@code KEEPTTL}</li>
667+ * <li>Unix timestamp {@code EXAT}/{@code PXAT} depending on time unit</li>
668+ * <li>Relative expiration {@code EX}/{@code PX} depending on time unit</li>
669+ * <li>{@code null} expiration no TTL argument</li>
670670 * </ul>
671671 *
672672 * @param condition must not be {@literal null}; use {@code UPSERT} to omit FNX/FXX.
You can’t perform that action at this time.
0 commit comments