Skip to content
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

[DOC] docs/manual 보강 #66

Open
MinWooJin opened this issue Mar 12, 2020 · 1 comment
Open

[DOC] docs/manual 보강 #66

MinWooJin opened this issue Mar 12, 2020 · 1 comment
Assignees

Comments

@MinWooJin
Copy link
Contributor

github docs의 operation 매뉴얼을 보강한다.

arcus c client 매뉴얼은 주로 API에 대한 설명만 되어있는 상태로,
사용법 및 사용 후 코드 example에 대한 보강이 필요하다.

@MinWooJin
Copy link
Contributor Author

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에 대한 설명만 되어있는 상태이다.

@MinWooJin MinWooJin changed the title docs/manual 보강 [DOC] docs/manual 보강 Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants