memcachex icon indicating copy to clipboard operation
memcachex copied to clipboard

ASCII Protocol

Open thecodeboss opened this issue 7 years ago • 1 comments

We use mcrouter for our memcache setup, but unfortunately it only supports ascii protocol.

I'm thinking of writing an ascii protocol implementation for Memcachex; is something that y'all would be onboard with?

thecodeboss avatar Jul 26 '18 20:07 thecodeboss

Yes, provided it doesn't cause any performance issue with binary protocol and the implementation is cleanly separated. I hadn't given much thought about implementing multiple protocols, so not sure how easy or hard it would be to implement it with the current structure.

ananthakumaran avatar Jul 27 '18 03:07 ananthakumaran