You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: These commands are new. Please let us know if you run into any trouble with the API or the documentation! The meta protocol is no longer considered experimental, please give it a shot!
May be you should try my implementation of memcache client: https://github.com/QuangTung97/go-memcache
It uses TCP Pipelining & Batching + Connection Round Robin to connect to the memcached server.
It support mostly Meta Commands but missing some features, e.g memcached flags
Memcached offered meta commands since version 1.6, any plan to implement this?
The text was updated successfully, but these errors were encountered: