RedisClusterInfo constructor

RedisClusterInfo({
  1. String? discoveryEndpointIpAddress,
  2. String? displayName,
  3. String? location,
  4. String? networkUri,
  5. String? secondaryEndpointIpAddress,
  6. String? uri,
})

Implementation

RedisClusterInfo({
  this.discoveryEndpointIpAddress,
  this.displayName,
  this.location,
  this.networkUri,
  this.secondaryEndpointIpAddress,
  this.uri,
});