-
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
FEATURE: Add mset API. #294
Conversation
9f64858
to
3d1a64f
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
||
using namespace libtest; | ||
|
||
#include "tests/storage.h" |
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.
ํ ์คํธ๋ฅผ ๋ณ๋๋ก ๋ถ๋ฆฌํ๋ ๊ฒ์ ์ข์ผ๋ ์ง๊ธ์ Single storage ํ ์คํธ ๋ก์ง ์ฃผ๋ณ์ ์์น์ํค๋ ๊ฒ์ด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค.
๊ทธ๋ฐ ๋ค์ ๋์ค์ Storage ์ฐ์ฐ ํ ์คํธ ์ ์ฒด๋ฅผ ๋ณ๋ ๋ชจ๋๋ก ์ฎ๊ธฐ๋ ๊ฑด ์ด๋ค๊ฐ์?
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.
mset ํจ์์ ๋ณ๊ฒฝ ์ฌํญ์ด ์์ ๊ฒฝ์ฐ ๊ฐ๋ณ ํ ์คํธ๋ ๊ณ์ ์งํํด์ผ ํ๋ ๋ชจ๋ ๋ณ๊ฒฝ ์ฌํญ์ด ๋ง๋ฌด๋ฆฌ๋ ํ์ ๋ฐ์ํ๊ฒ ์ต๋๋ค.
3d1a64f
to
8ada7bf
Compare
@namsic @jhpark816 |
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.
์ผ๋ถ ๋ฆฌ๋ทฐ
8ada7bf
to
5aa0549
Compare
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.
์ผ๋ถ ๋ฆฌ๋ทฐ.
๊ตฌํ์ ์๊ฐํด ๋ณด๋, ๋ณต์กํ ์์๊ฐ ์กด์ฌํ๋ค์.
9fa7443
to
719337e
Compare
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.
์ผ๋ถ ๋ฆฌ๋ทฐ
719337e
to
93fb4d5
Compare
93fb4d5
to
c2d7588
Compare
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.
์์ง ๋ ํ๋ฆฌ์ผ์ด์ ์ชฝ์ ํ์ธ์ด ๋ ๋์์ต๋๋ค.
c2d7588
to
9ff3643
Compare
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.
์ถ๊ฐ ๋ฆฌ๋ทฐ
mset PR์ด ๋ ๊ฐ์ธ๋ฐ, ๋ ๋ชจ๋ ๊ฐ๊ฐ ๋ฆฌ๋ทฐํด์ผ ํ๋์? |
@namsic |
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.
์ถ๊ฐ ๋ฆฌ๋ทฐ
์ถ๊ฐ ์ฌํญ์ผ๋ก |
68005f1
to
855ad4c
Compare
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.
๋ฆฌ๋ทฐ ์๋ฃ
bb386e6
to
52ca5ed
Compare
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.
๋ฆฌ๋ทฐ ์๋ฃ
09a4d99
to
e5be058
Compare
48147c6
to
8f55a92
Compare
@namsic ์ต์ข ๋ฆฌ๋ทฐํ์ธ์. |
8f55a92
to
9bb9d08
Compare
9bb9d08
to
e9437f7
Compare
๐ Related Issue
โจ๏ธ What I did
๊ธฐ์กด mget๊ณผ ๋์ผํ ๋ฐฉ์์ผ๋ก ์ฌ์ฉํ ์ ์๋ mset API๋ฅผ ์ถ๊ฐํฉ๋๋ค.memcached_mset() ํจ์ ํธ์ถ ํ ์บ์ ํค ๊ฐ์๋งํผ memcached_fetch_storage_result()๋ฅผ ํธ์ถํ๋ ๋ฐฉ์์ ๋๋ค.