diff --git a/instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py b/instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py index 4db5523266..1b0b714fa8 100644 --- a/instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py +++ b/instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py @@ -123,7 +123,7 @@ def response_hook(span, instance, response): 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):