We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eab6fe commit 86a0d7aCopy full SHA for 86a0d7a
redis/commands/search/commands.py
@@ -442,10 +442,6 @@ def get(self, *ids):
442
443
return self.execute_command(MGET_CMD, self.index_name, *ids)
444
445
- @deprecated_function(
446
- version="8.0.0",
447
- reason="deprecated since Redis 8.0, call info from core module instead",
448
- )
449
def info(self):
450
"""
451
Get info an stats about the the current index, including the number of
@@ -916,10 +912,6 @@ def syndump(self):
916
912
917
913
918
914
class AsyncSearchCommands(SearchCommands):
919
920
921
922
923
915
async def info(self):
924
925
0 commit comments