You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The issue occurs when connecting to an OSS cluster with RedisCluster.
partial stack trace:
Traceback (most recent call last):
File "/.../venv/lib/python3.8/site-packages/redis/commands/search/commands.py", line 451, in info
return self._parse_results(INFO_CMD, res)
File "/.../venv/lib/python3.8/site-packages/redis/commands/search/commands.py", line 67, in _parse_results
if self.client.connection_pool.connection_kwargs.get("protocol") in ["3", 3]:
AttributeError: 'RedisCluster' object has no attribute 'connection_pool'