* Get current node's listening address * get the listening addr of the current node, set in constructor * @reutrn {const char*} */
| 235 | * @reutrn {const char*} |
| 236 | */ |
| 237 | const char* get_addr() const { |
| 238 | return addr_.c_str(); |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * result of CLUSTER NODES for redis.4.x.x: |
no test coverage detected
searching dependent graphs…