steve0511 / resty-redis-cluster

Openresty lua client for redis cluster.
Apache License 2.0
376 stars 134 forks source link

(refactor) use snake_case consistently #68

Closed vinayakhulawale closed 4 years ago

vinayakhulawale commented 4 years ago

Tests are passing locally

 make test
PATH=/Users/byq461/homebrew/opt/mithril/nginx/sbin:$PATH prove -I../test-nginx/lib -r t
t/sanity.t .. ok
All tests successful.
Files=1, Tests=78, 12 wallclock secs ( 0.03 usr  0.02 sys +  0.41 cusr  0.38 csys =  0.84 CPU)
Result: PASS
vinayakhulawale commented 4 years ago

I have travis CI working on diff. branch will submit PR for that separately