Skip to content

Commit

Permalink
DOC: Fix response string when trimmed result in bop insert.
Browse files Browse the repository at this point in the history
  • Loading branch information
brido4125 authored and jhpark816 committed Sep 20, 2024
1 parent 4835033 commit cacf5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ascii-protocol/ch08-command-btree-collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Trimmed element 정보가 리턴되는 경우, 그 response string은 아래와
```
VALUE <flags> <count>\r\n
<bkey> [<eflag>] <bytes> <data>\r\n
END\r\n
TRIMMED\r\n
```

그 외의 response string과 의미는 아래와 같다.
Expand Down

0 comments on commit cacf5d5

Please sign in to comment.