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
-
I have set the redis host, password and port .
Usually those 3 drivers are also set to redis. But If I set for example
![image](https://user-images.githubusercontent.com/47820033/159982822-c59356f2-4a43-498c-8b0b-3fac4423839a.png)
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