-
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
DOC: Modify examples for the btree document #327
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ผ๋ถ ๋ฆฌ๋ทฐ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ฆฌ๋ทฐ ์๋ฃ.
๋ค์ review ํด์ผ ํ ์ํ๊ฐ ๋๋ฉด, noti ์ฝ๋ฉํธ๋ฅผ ๋จ๊ฒจ์ฃผ์ธ์.
6d1fc85
to
c5ac47d
Compare
rebase ๋ฐ ์ ์ฒด ์์ ์๋ฃ๋์์ต๋๋ค. |
eflag => new_eflag ๋ณ๊ฒฝ ๋ถ๋ถ๊น์ง ๋ชจ๋ ์๋ฃ๋์์ต๋๋ค. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ผ๋ถ ๋ฆฌ๋ทฐ
docs/07-btree-API.md
Outdated
memcached_return_t last_response= memcached_get_last_response_code(memc); | ||
assert(rc == MEMCACHED_SUCCESS); | ||
assert(last_response == MEMCACHED_END || last_response == MEMCACHED_TRIMMED || | ||
last_response == MEMCACHED_DELETED || last_response == MEMCACHED_DELETED_DROPPED); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MEMCACHED_TRIMMED ์๋ต์ด ์ฌ ์ ์๋ ์ง๋ฅผ ํ์ธํด ์ฃผ์ธ์.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MEMCACHED_TRIMMED ์๋ต์ ์ ์์ธ๊ฐ์?
์์ ์ง๋ฌธํ ๊ฒ์ธ๋ฐ, ์ด์ ๋ํ ๋ต๋ณ์ด ์์ต๋๋ค.
๋ต๋ณ ๋ฐ๋๋๋ค.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋จ์ผ bkey์ ๋ํ get์ TRIMMED ์๋ต์ด ์ค์ง ์์ต๋๋ค.
๊ทธ๋ฌ๋ฏ๋ก ์ด๋ฅผ ๊ฒ์ฌํ ํ์ ์์ต๋๋ค.
์์๋ฅผ ๋ง๋๋ ๊ณผ์ ์์ ์๋ชป ๋ฃ์ ๊ฒ์ผ๋ก ๋ณด์
๋๋ค.
ํ์ฌ๋ ๋จ์ผ bkey ์กฐํ ์์๋ฅผ ๋ชจ๋ ์ง์ ์ต๋๋ค.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ฒ์ ๊ฒ์์์๋ TRIMMED ์๋ต์ด ๋์ค๋๊ฐ์?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ค. TRIMMED ์๋ต์ด ๋์ต๋๋ค.
์ ์ฒด ์์ ๋์์ต๋๋ค. |
๐ Related Issue
โจ๏ธ What I did