MCPcopy
hub / github.com/redis/redis-py / getClient

Method getClient

tests/test_search.py:122–127  ·  view source on GitHub ↗

Gets a client client attached to an index name which is ready to be created

(client)

Source from the content-addressed store, hash-verified

120
121 @staticmethod
122 def getClient(client):
123 """
124 Gets a client client attached to an index name which is ready to be
125 created
126 """
127 return client
128
129 @staticmethod
130 def createIndex(client, num_docs=100, definition=None):

Callers 3

test_drop_indexMethod · 0.45
test_aliasMethod · 0.45
test_alias_basicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected