steve0511 / resty-redis-cluster

Openresty lua client for redis cluster.
Apache License 2.0
373 stars 133 forks source link

(feat) support ssl and connection backlog #67

Closed vinayakhulawale closed 4 years ago

vinayakhulawale commented 4 years ago

Allow configuring SSL and connection backlog support for underlying redis module

vinayakhulawale commented 4 years ago

O/p of tests from my local

make test
PATH=/<prefix>/nginx/sbin:$PATH prove -I../test-nginx/lib -r t
t/sanity.t .. ok
All tests successful.
Files=1, Tests=78, 11 wallclock secs ( 0.04 usr  0.01 sys +  0.41 cusr  0.36 csys =  0.82 CPU)
Result: PASS