How do I use Redis with my WordPress Hosting
In this tutorial, we will learn how about the redis database and how to access it. When purchasing a hosting plan which includes Redis Caching, a redis sock is created for the hosting plan. This redis socket can be found here: /home//.redis/redis.sock When configuring redis for your WordPress application, ensure to use socket mode and specify the path above. Disable any TCP or PORT 6379 settings as all communication with the redis database will be done through the socket. Redis has been configured to allow up to 20 databases per cPanel account. These databases start at 0 and go up to 19.The default database is 0. […]