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.
I got the following error on pyright
error: Cannot instantiate abstract class "RedisCluster" "CommandsProtocol.connection_pool" is not implemented (reportAbstractUsage)
When doing
return RedisCluster(startup_nodes=startup_nodes, protocol=3)