LordSimal/cakephp-dsn-generator

Add redis to dbms

Closed this issue · 3 comments

Redis would be a nice addition to the list of dbmss.

Thank you.

Please check the website if the generated redis DSN string is as you would expect 😉

I'll check if the database number is working properly with the generated dsn.

Additionally I would add https://book.cakephp.org/5/en/core-libraries/caching.html#redisengine-options at least persistent and timeout as additional params.

I don't know if you wanted to cover the cache engines too though...

I think I will make a separate cache engine DSN form to make it easier to differentiate the 2 types of DSN strings 😁