ReaderEndpoints Parameter (Connect-Redis Cmdlet)
The slave hosts and port array, which indicates the Redis Master/Slave cluster's slave instances, are split by a comma.
Syntax
Connect-Redis -ReaderEndpoints string
Data Type
cstr
Default Value
""
Remarks
The slave hosts and port array indicate the Redis Master/Slave cluster's slave instances. For example: 'ReaderEndpoints=app:6381,app:6382;'