-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bop smget 의 key, count 제약 코드 값 수정 #133
Comments
@SuhwanJang |
@SuhwanJang |
@jhpark816 |
@SuhwanJang |
@jhpark816 다만, java-client 에서 server 당 요청 가능한 key 최대 개수 제한 두면 좋을 것 같은데 응용에서 사용하고 있는 최대 개수를 알 수 없으므로 |
|
가능은 한데, 다른 연산들도 모두 그렇게 처리해야 일관성 있을 것 같습니다. |
@SuhwanJang |
c-client 에서 bop smget 의 key, count 제약을 cache server 지원과 동일하도록 수정을 검토한다.
KEY_COUNT(2000) 초과 시 에러를 리턴함.
KEY_COUNT(500) 초과 시 잘라서 보냄.
The text was updated successfully, but these errors were encountered: