gomemcache
gomemcache copied to clipboard
support SetMulti method
I want SetMulti method like GetMulti. Memcached doesn't have such method, but it can be implemented, and will be faster if using "noreply" flag. just like other language's clients. Is there any plan to implement it?
Same question here. I need memcached to replace my redis but it does not have SetMulti, then I have to connect to memcached thousands of times in 0.001ms, which is not efficient.