aisk / rust-memcache

memcache client for rust
MIT License
133 stars 41 forks source link

"metaget" support (mget, mset, mdelete) #59

Open dormando opened 5 years ago

dormando commented 5 years ago

Yo! I'm poking around for actively development memcached clients looking for some feedback for some ASCII protocol changes.

memcached/memcached#484 - I've been developing on this for a while, and after a break intend to finish it up. I'm personally happy with the general approach and the code is at the 90% mark. What I'd love to hear now is some feedback from client authors/maintainers on how good/bad/annoying this would be to implement.

I can clear up/rewrite text/add examples if it's not clear enough right now. The protocol is low level, and I'd expect a raw-ish interface from clients. Most users will only be needing a couple of high level patterns, which should be easy to implement wrapping the raw protocol (a herd-protected get, stale-while-revalidate, etc). I haven't written these examples up explicitly yet while I look for feedback.

Thanks!

aisk commented 5 years ago

Thank you! I'll take a look at it, thanks for info me!

dormando commented 5 years ago

@aisk Hey! Any thoughts? :)