Michael-Gibbons / OSB

An Opinionated Full Stack Shopify App Boiler
MIT License
19 stars 2 forks source link

Please include Redis create user command #82

Closed mariusa closed 1 year ago

mariusa commented 1 year ago

Hi, would you please include the Redis create user command in the install?

I don't know what permissions are required.

Thanks

Michael-Gibbons commented 1 year ago

@mariusa This template does not use redis directly, it uses redis as the engine to power bullmq. https://docs.bullmq.io/

If you need to access redis commands directly you can install a dedicated redis client package. Since that is related to the business logic of your application it is out of the scope of this template. Thanks

Michael-Gibbons commented 1 year ago

https://www.npmjs.com/package/redis

mariusa commented 1 year ago

Ah, thanks for clarification!