Skip to content

Commit

Permalink
INTERNAL: Update comment of getrim response
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic committed Sep 20, 2024
1 parent 7c3f002 commit 765a38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void handleLine(String line) {
/*
VALUE <flags> <count>\r\n
<bkey> [<eflag>] <bytes> <data>\r\n
END\r\n
TRIMMED\r\n
*/
if (line.startsWith("VALUE ")) {
String[] stuff = line.split(" ");
Expand Down

0 comments on commit 765a38c

Please sign in to comment.