Closed mrliptontea closed 2 years ago
Turns out Resque PHP supports DSN as a server parameter
redis[s]://[pass@][ip|host|socket[:port]][/db-index]
A database number to select. However, if we find a valid database number in the DSN the DSN-supplied value will be used instead and this parameter is ignored.
We're going to do that instead.