create_redis_cluster_middleware
Set up a Redis cluster middleware instance by specifying master and replica host names, with optional memory limit and name.
Instructions
Create a redis cluster middleware instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| max_memory_in_gb | No | ||
| master_host_names | Yes | ||
| replica_host_names | Yes |