mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +08:00
redis asyncio cluster version fix (#1311)
This commit is contained in:
@ -123,7 +123,7 @@ if redis.VERSION >= _REDIS_ASYNCIO_VERSION:
|
||||
import redis.asyncio
|
||||
|
||||
_REDIS_CLUSTER_VERSION = (4, 1, 0)
|
||||
_REDIS_ASYNCIO_CLUSTER_VERSION = (4, 3, 0)
|
||||
_REDIS_ASYNCIO_CLUSTER_VERSION = (4, 3, 2)
|
||||
|
||||
|
||||
def _set_connection_attributes(span, conn):
|
||||
|
Reference in New Issue
Block a user