Skip to content

Commit 086c3a8

Browse files
namsicjeesup0103
authored andcommitted
DOCS: Fix typo
Co-authored-by: jeesup0103 <jeesup0103@gmail.com>
1 parent 49ad2da commit 086c3a8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/ascii-protocol/ch08-command-btree-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ smget 수행의 실패 시의 response string은 다음과 같다.
482482
| "CLIENT_ERROR bad command line format" | protocol syntax 틀림
483483
| "CLIENT_ERROR bad data chunk" | 주어진 key 리스트에 중복 key가 존재하거나 주어진 key 리스트의 길이가 \<lenkeys\> 길이와 다르거나 "\r\n"으로 끝나지 않음.
484484
| "CLIENT_ERROR bad value" | 앞서 기술한 smget 연산의 제약 조건을 위배
485-
| "SERVER_ERROR out of memory [writing get response" | 메모리 부족
485+
| "SERVER_ERROR out of memory [writing get response]" | 메모리 부족
486486

487487

488488
## bop position

docs/ascii-protocol/ch12-command-administration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,10 @@ END
395395
| auth_sasl_engine | sasl 인증에 사용할 엔진 |
396396
| auth_required_sasl | sasl 인증 필수 여부 |
397397
| item_size_max | 아이템의 최대 사이즈 |
398-
| max_list_size | list collection의 최대 element 갯수 |
399-
| max_set_size | set collection의 최대 element 갯수 |
400-
| max_map_size | map collection의 최대 element 갯수 |
401-
| max_btree_size | btree collection의 최대 element 갯수 |
398+
| max_list_size | list collection의 최대 element 개수 |
399+
| max_set_size | set collection의 최대 element 개수 |
400+
| max_map_size | map collection의 최대 element 개수 |
401+
| max_btree_size | btree collection의 최대 element 개수 |
402402
| max_element_bytes | collection element 데이터의 최대 크기 |
403403
| max_stats_prefixes | prefix stat 정보를 조회하는 명령이 가능한 prefix 최대 개수 |
404404
| topkeys | 추적하고 있는 topkey 개수 |
@@ -1065,7 +1065,7 @@ shutdown [<seconds>]\r\n
10651065

10661066
Response string과 그 의미는 아래와 같다.
10671067

1068-
| Resposne String | 설명 |
1068+
| Response String | 설명 |
10691069
| - | - |
10701070
| "OK" | 성공 |
10711071
| "DENIED" | 거부됨 |

0 commit comments

Comments
 (0)