openresty / lua-resty-memcached

Lua memcached client driver for the ngx_lua based on the cosocket API
211 stars 63 forks source link

SASL Authentication Protocol #8

Closed ghost closed 10 years ago

ghost commented 10 years ago

hi all:

I need a new protocol for the memcahed SASL Authentication.

but current version does not provide,  who can help me to realize.

thanks all !
bakins commented 10 years ago

SASL requires the memcache binary protocol and lua-resty-memcached, currently, uses the text protocol.