Tag: Redis

  • Kubernetes – Redis Deployment

    Kubernetes – Redis Deployment

    Need to quickly get started with Redis in your Kubernetes cluster? Here’s an deployment with service: Next, configure your Redis enabled application to use “redis-service” as it’s Redis endpoint. Cache them objects 👾

  • WordPress – Enable Redis Object Cache

    WordPress – Enable Redis Object Cache

    In the recent 6.1 WordPress update, the “Site Health Status” check has added an “Object Cache” recommendation. So then, should you install memcached? No, use Redis instead 🙂 Here’s how: First, install Redis Object Cache WordPress plugin as you normally would Second, install Redis on your webserver. Third, go to Settings > Redis and enable…