There was an error while loading. Please reload this page.
1 parent 1cb17a0 commit 0729a42Copy full SHA for 0729a42
elasticsearch_dsl/connections.py
@@ -94,3 +94,8 @@ def get_connection(self, alias='default'):
94
raise KeyError('There is no connection with alias %r.' % alias)
95
96
connections = Connections()
97
+configure = connections.configure
98
+add_connection = connections.add_connection
99
+remove_connection = connections.remove_connection
100
+create_connection = connections.create_connection
101
+get_connection = connections.get_connection
0 commit comments