We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
memcached_io_get_readable_server()에서 NULL 리턴하는 경우는 두 가지 입니다.
전자 경우는 코드의 구현 로직 상 발생하지 않아야 하는 합니다. 따라서, 전자는 assert()로 처리하는 것이 좋을 것 같습니다.
후자 경우는 결국 operation timeout 난 경우인 데, 이 경우, MEMCACHED_TIMEOUT 오류를 명시적으로 리턴하는 것이 좋을 것 같습니다.
The text was updated successfully, but these errors were encountered:
Merge pull request naver#9 from jam2in/whchoi83/missingAttr
1f00f5d
add missing attributes overflowaction and unreadable
No branches or pull requests
memcached_io_get_readable_server()에서 NULL 리턴하는 경우는 두 가지 입니다.
전자 경우는 코드의 구현 로직 상 발생하지 않아야 하는 합니다.
따라서, 전자는 assert()로 처리하는 것이 좋을 것 같습니다.
후자 경우는 결국 operation timeout 난 경우인 데,
이 경우, MEMCACHED_TIMEOUT 오류를 명시적으로 리턴하는 것이 좋을 것 같습니다.
The text was updated successfully, but these errors were encountered: