REDIS Concept

    Deploy: Redis | | Playbook: Redis

    The core difference is that Redis typically uses multiple singleton instances, with multiple Redis instances typically deployed on a single physical/VM to take advantage of multi-core CPUs.

    Redis Identity

    The are the information that must be provided when defining a Redis cluster.

    • redis_cluster: Identifies the Redis cluster name, configured at the cluster level, as the top-level namespace for cluster sources.
    • : A JSON object with the Key as the instance port and the Value as a JSON object containing the instance-specific configuration.