readEndpoint property

Endpoint? readEndpoint
final

The information required for client programs to connect to a node for read operations. The read endpoint is only applicable on Redis (cluster mode disabled) clusters.

Implementation

final Endpoint? readEndpoint;