diff --git a/redis/commands/search/commands.py b/redis/commands/search/commands.py index 2158c01ba9..e5e78578be 100644 --- a/redis/commands/search/commands.py +++ b/redis/commands/search/commands.py @@ -442,10 +442,6 @@ def get(self, *ids): return self.execute_command(MGET_CMD, self.index_name, *ids) - @deprecated_function( - version="8.0.0", - reason="deprecated since Redis 8.0, call info from core module instead", - ) def info(self): """ Get info an stats about the the current index, including the number of @@ -916,10 +912,6 @@ def syndump(self): class AsyncSearchCommands(SearchCommands): - @deprecated_function( - version="8.0.0", - reason="deprecated since Redis 8.0, call info from core module instead", - ) async def info(self): """ Get info an stats about the the current index, including the number of