Skip to content

Is Redis worth adding in compose / use cases? #2322

Closed Answered by ildyria
audioscavenger asked this question in Q&A
Discussion options

You must be logged in to vote

Redis is currently not supported by Lychee, as in, yes you can add it, but it does not have an implementation.
What would be the benefits once implemented ?

  • caching requests which are often called when being a visitor.
  • caching some specific heavy SQL queries.

I also executed php /app/www/artisan config:cache but that may have nothing to do with Redis

This has nothing to do with Redis. config:cache pretty much creates a cache of all the php files config/ with all the logic in it removed. It pretty much creates an single return array with all data populated. As a result, changes in your .env file no longer have effects.

TL;DR: Not yet, but soonTM

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by audioscavenger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants