ledgetech / lua-resty-redis-connector

Connection utilities for lua-resty-redis
234 stars 71 forks source link

Error when passing DSN on connection creation #16

Closed Invizory closed 6 years ago

Invizory commented 6 years ago

To reproduce the bug, pass the DSN via url option to connect

local redis, err = rc:connect {url = url}

Related to #14.