Skip to content

Commit

Permalink
Update docs/ascii-protocol/ch08-command-btree-collection.md
Browse files Browse the repository at this point in the history
Co-authored-by: Minkyeong Kim <[email protected]>
  • Loading branch information
namsic and oliviarla authored Dec 20, 2023
1 parent a9e7baa commit 9823a0d
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 @@ -429,7 +429,7 @@ END|DUPLICATED
- `MISSED_KEYS`: smget 연산에 참여하지 못한 B+Tree key 목록
- `NOT_FOUND`: key에 해당하는 item이 존재하지 않음
- `UNREADABLE`: item이 읽을 수 없는 상태
- `OUT_OF_RANGE`: 조회 시작 범위가 trimmed 영역에 존재
- `OUT_OF_RANGE`: 조회 시작 범위가 trimmed 영역에 해당
- `TRIMMED_KEYS`: 조회 범위의 후반부가 trim된 B+Tree key 목록
- bkey 기준으로 정렬
- trim되지 않은 마지막 bkey 정보를 반환
Expand Down

0 comments on commit 9823a0d

Please sign in to comment.