openresty/lua-resty-memcached

How to use SASL Authentication Protocol ?

taogogo opened this issue · 3 comments

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.