-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
status: feedback-providedFeedback has been providedFeedback has been providedstatus: mre-availableMinimal Reproducible Example is availableMinimal Reproducible Example is availablestatus: waiting-for-triage
Description
When we do
List<byte[]> argList = new ArrayList<>();
for (String key : keys) {
argList.add(key.getBytes(UTF_8));
}
argList.add(".".getBytes(UTF_8));
byte[][] args = argList.toArray(new byte[0][]);
var result = connection.execute("JSON.MGET", args);we get a Json array with one element, the result from the last key.
We expect results for all keys.
uorhsohk
Metadata
Metadata
Assignees
Labels
status: feedback-providedFeedback has been providedFeedback has been providedstatus: mre-availableMinimal Reproducible Example is availableMinimal Reproducible Example is availablestatus: waiting-for-triage