openresty / memc-nginx-module

An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands.
http://wiki.nginx.org/NginxHttpMemcModule
213 stars 56 forks source link

memcache sasl auth #19

Open peterpaule opened 9 years ago

peterpaule commented 9 years ago

Can this module support sasl username and password? If it can, how? help

agentzh commented 9 years ago

@peterpaule No, it can't. I think this would require the support of the binary wire protocol of memcached. This module currently supports the text wire protocol only. If you would like to add the binary support, patches welcome :)

peterpaule commented 9 years ago

Thanks, I think it's usefull for adding the feature to this module;