Redis Questions
-
1. Is it recommended to choose Redis for the Page Cache Method and the Minify Cache Method? I’m asking because wouldn’t disk be more persistent since Redis entries expire? What’s the most bang for the buck… longer caching (disk) or faster access (redis)?
2. Is it recommended to run BOTH the Database Cache and the Object Cache OR should the Database Cache option not be used if the Object cache is enabled? I’m asking because under the Database Cache option is says, “Best used if object caching is not possible.” and this statement seems to imply that you should only use the database caching option when object caching isn’t possible.
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redis Questions’ is closed to new replies.