File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
10661066Response string과 그 의미는 아래와 같다.
10671067
1068- | Resposne String | 설명 |
1068+ | Response String | 설명 |
10691069| - | - |
10701070| "OK" | 성공 |
10711071| "DENIED" | 거부됨 |
You can’t perform that action at this time.
0 commit comments