File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ def get(self, *ids):
441441
442442 def info (self ):
443443 """
444- Get info and stats about the the current index, including the number of
444+ Get info and stats about the current index, including the number of
445445 documents, memory consumption, etc
446446
447447 For more information see `FT.INFO <https://valkey.io/commands/ft.info>`_.
@@ -898,7 +898,7 @@ def syndump(self):
898898class AsyncSearchCommands (SearchCommands ):
899899 async def info (self ):
900900 """
901- Get info and stats about the the current index, including the number of
901+ Get info and stats about the current index, including the number of
902902 documents, memory consumption, etc
903903
904904 For more information see `FT.INFO <https://valkey.io/commands/ft.info>`_.
You can’t perform that action at this time.
0 commit comments