Replies: 1 comment 2 replies
-
Redis support as a cache driver comes with Laravel, the framework Snipe-IT is built on, but we don't use it or require it specifically, so I can't speak to specific implementation. https://laravel.com/docs/6.x/cache#configuration |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have set the redis host, password and port .
Usually those 3 drivers are also set to redis. But If I set for example

SESSION_DRIVER
orCACHE_DRIVER
to redis. I get "Please make sure redis extension is installed" from php.QUEUE_DRIVER
set to redis does not show any errors.Does snipe-it support those? Are they supposed to be changed to redis?
Is redis even used by snipe-it?
I looked into docs, but didn't find anything.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions