Get the cluster's default node
(self)
| 1061 | return slot_cache[node_idx] |
| 1062 | |
| 1063 | def get_default_node(self): |
| 1064 | """ |
| 1065 | Get the cluster's default node |
| 1066 | """ |
| 1067 | return self.nodes_manager.default_node |
| 1068 | |
| 1069 | def get_nodes_from_slot(self, command: str, *args): |
| 1070 | """ |
no outgoing calls