xmemcached icon indicating copy to clipboard operation
xmemcached copied to clipboard

"metaget" support (mget, mset, mdelete)

Open dormando opened this issue 5 years ago • 4 comments

Yo! I see xmemcached looks like the most actively developed java client I can find.

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!

dormando avatar Jul 12 '19 21:07 dormando

@dormando Great, i will look into it.

killme2008 avatar Jul 13 '19 09:07 killme2008

@killme2008 yo! Any thoughts? :)

dormando avatar Aug 28 '19 20:08 dormando

@dormando sorry ,i am busy in these days, i will look into it this weekend.

killme2008 avatar Aug 29 '19 02:08 killme2008

Fwiw this is out in 1.5.19, marked as experimental. Lots more documentation available now (doc/protocol.txt and an inlinked wiki)

dormando avatar Oct 01 '19 07:10 dormando