bungle / lua-resty-session

Session library for OpenResty – flexible and secure
BSD 2-Clause "Simplified" License
319 stars 111 forks source link

fix(redis): authorization #163

Closed samugi closed 1 year ago

samugi commented 1 year ago

Fixed a wrong function name that was preventing redis AUTH from working as expected.

Added relevant tests to CI too.