Is Redis worth adding in compose / use cases? #2322
|
I read all the documentation related to caching and am not sure what I am missing. Spent some time setting all up and all seems to work.
How do we test if there is any performance gain? I may be naive but I don't see any improvements, after navigating or uploading. thank you for any insight |
Replies: 1 comment
|
Redis is currently not supported by Lychee, as in, yes you can add it, but it does not have an implementation.
This has nothing to do with Redis. TL;DR: Not yet, but soonTM |
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 ?
This has nothing to do with Redis.
config:cachepretty much creates a cache of all the php filesconfig/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.envfile no longer have effects.TL;DR: Not yet, but soonTM