-
Notifications
You must be signed in to change notification settings - Fork 2
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
Client Development Ideas (replacing libmemcached) #2
Comments
I think this list makes a lot of sense, especially 2, 3, and 5 (if it works out). |
@m6w6 - if I may ask, what would a libmemcached replacement look like for your purposes? |
Hey @dormando, just to let you know, I didn't ghost that topic; it's just, there was a lot going on for me, so hopefully I'll have time to revisit this in this summer! |
@m6w6 Much appreciate you letting me know! I'm just sitting down now to work on a revision of the core protocol handling code. Hopefully we can sync up when I'm writing the higher level bits later. |
I want to turn mcmc, or something that embeds mcmc, into something that replaces libmemcached. Not 1:1 with features but enough for modern feature coverage.
I wrote an initial version of mcmc a few years ago, which is mostly just a response parser. I've been using it in the new internal proxy code and now https://github.com/memcached/mcshredder - what I need to do next is figure out how to expand this into a full client, and find out what "replacing libmemcached" means to people.
My loose goals:
Unknowns:
The text was updated successfully, but these errors were encountered: