--- Title: Cluster identity object alwaysopen: false categories: - docs - operate - rs description: Documents the cluster_identity object used with Redis Software REST API calls. linkTitle: cluster_identity weight: $weight --- | Name | Type/Value | Description | |------|------------|-------------| | name | string | Fully qualified cluster name. Limited to 64 characters and must comply with the IETF's RFC 952 standard and section 2.1 of the RFC 1123 standard. | | nodes | array of strings | Array of IP addresses of existing cluster nodes | | wait_command | boolean (default: true) | Supports Redis wait command |