Skip to content

Commit

Permalink
Shame (ding) shame (ding) shame (ding)
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun committed Oct 1, 2024
1 parent fc2f0aa commit 331defb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/lettuce/core/RedisJsonCommandBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Command<K, V, String> jsonMerge(K key, JsonPath jsonPath, JsonValue value) {
}

Command<K, V, List<JsonValue>> jsonMGet(JsonPath jsonPath, K... keys) {
notEmpty(keys);parser.block()
notEmpty(keys);

CommandArgs<K, V> args = new CommandArgs<>(codec).addKeys(keys);

Expand Down

0 comments on commit 331defb

Please sign in to comment.