Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the cache with Redis working? #4430

Open
danlucioprada opened this issue Nov 13, 2024 · 0 comments
Open

Is the cache with Redis working? #4430

danlucioprada opened this issue Nov 13, 2024 · 0 comments

Comments

@danlucioprada
Copy link

I am trying to configure Cachet to use Redis for both session storage and caching, but it doesn't seem to be taking effect. Even with debug enabled, I haven't found any clues, and no records were created in Redis either.

I tried investigating Redis usage in the source code and saw that it uses the Predis client; I attempted to find any usage references in the source code but was also unsuccessful.

I am using v2.4 with the following environment variables:

SESSION_DRIVER=redis
CACHE_DRIVER=redis
REDIS_HOST=<MY-REDIS-IP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant