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
github docs의 operation 매뉴얼을 보강한다.
arcus c client 매뉴얼은 주로 API에 대한 설명만 되어있는 상태로, 사용법 및 사용 후 코드 example에 대한 보강이 필요하다.
The text was updated successfully, but these errors were encountered:
Element Flag Filter 구조체 설명에 대한 보강 필요. 현재 Element Flag Filter는 아래와 같은 API를 제공하지만,
memcached_return_t memcached_coll_eflag_filter_init(memcached_ coll _eflag_filter_st *ptr, const size_t fwhere, const unsigned char *fvalue, const size_t fvalue_length, memcached_coll_comp_t comp_op) memcached_return_t memcached_coll_eflags_filter_init(memcached_coll_eflag_filter_st *ptr, const size_t fwhere, const unsigned char *fvalues, const size_t fvalue_length, const size_t fvalue_count, memcached_coll_comp_t comp_op)
https://github.com/naver/arcus-c-client/blob/master/docs/07-btree-API.md#element-flag-filter-%EA%B5%AC%EC%A1%B0%EC%B2%B4 에서는 단일 fvalue에 대한 설명만 되어있는 상태이다.
Sorry, something went wrong.
computerphilosopher
No branches or pull requests
github docs의 operation 매뉴얼을 보강한다.
arcus c client 매뉴얼은 주로 API에 대한 설명만 되어있는 상태로,
사용법 및 사용 후 코드 example에 대한 보강이 필요하다.
The text was updated successfully, but these errors were encountered: