lua-resty-memcached
lua-resty-memcached copied to clipboard
How to use SASL Authentication Protocol ?
I am using memcache on ALIYUN which is a cloud memcache service. but unfortunately,this project seems not support "SASL Authentication Protocol". can you add this feature to this project or is there any hack solution?
thank you very much:)
SASL requires the binary memcache protocol. Currently, only the text based protocol is supported.
thanks for your replay:) @bakins is there any plan to support binary protocol?
@taogogo Initial commit for couchbase: https://github.com/ZigzagAK/lua-resty-couchbase Currently under development.