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
어떤 query 수행 직전에, cursor_active인 cache node로 부터 previous query의 response를 받아 버리도록 처리할 경우, 모든 명령의 response가 올 수 있음을 고려하여 처리하여야 한다.
현재 memcached_response() 또는 memcached_coll_response()를 호출하고 있으나, memcached_all_response()를 구현하여 이를 호출할 필요가 있다.
The text was updated successfully, but these errors were encountered:
Merge pull request naver#8 from jhpark816/joon-dev
cdf4988
Add asyncBopFindPositionWithGet API.
No branches or pull requests
어떤 query 수행 직전에,
cursor_active인 cache node로 부터 previous query의 response를 받아 버리도록 처리할 경우,
모든 명령의 response가 올 수 있음을 고려하여 처리하여야 한다.
현재 memcached_response() 또는 memcached_coll_response()를 호출하고 있으나,
memcached_all_response()를 구현하여 이를 호출할 필요가 있다.
The text was updated successfully, but these errors were encountered: