Configure connectivity

Each cache has a managed security group. Client access requires an inbound rule for your source CIDR.

To open port 6379

  1. Open the cache detail page and choose the attached security group.
  2. Choose Edit.
  3. Choose Add inbound rule.
  4. For the port, enter 6379. For the source, enter your CIDR (for example, 203.0.113.10/32).
  5. Choose Save.
  6. Wait until security group Status is Ready.

Connect

redis-cli -h YOUR-CACHE-rw.cache.eu-central-1.yourdomain.cloud -p 6379 -a 'YOUR_PASSWORD'