We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2b787 commit 38ade5fCopy full SHA for 38ade5f
src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConverters.java
@@ -656,9 +656,9 @@ static HGetExArgs toHGetExArgs(@Nullable Expiration expiration) {
656
*
657
* <p>Condition mapping:</p>
658
* <ul>
659
- * <li>{@code IF_NONE_EXIST} {@code FNX}</li>
660
- * <li>{@code IF_ALL_EXIST} {@code FXX}</li>
661
- * <li>{@code UPSERT} no condition flag</li>
+ * <li>{@code IF_NONE_EXIST} {@code FNX}</li>
+ * <li>{@code IF_ALL_EXIST} {@code FXX}</li>
+ * <li>{@code UPSERT} no condition flag</li>
662
* </ul>
663
664
* <p>Expiration mapping:</p>
0 commit comments