openresty / lua-resty-memcached

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

feature: add support for connecting over TLS #25

Closed ghedo closed 3 years ago

ghedo commented 4 years ago

This is simply a wrapper for tcpsock:sslhandshake() exposed by OpenResty.

rainingmaster commented 4 years ago

@ghedo Hi, could you add some test cases for the new code?

zhuizhuhaomeng commented 3 years ago

added test cases in the PR https://github.com/openresty/lua-resty-memcached/pull/33