Skip to content

Commit 2d2b876

Browse files
authored
redis asyncio cluster version fix (#1311)
1 parent 6f342b8 commit 2d2b876

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def response_hook(span, instance, response):
123123
import redis.asyncio
124124

125125
_REDIS_CLUSTER_VERSION = (4, 1, 0)
126-
_REDIS_ASYNCIO_CLUSTER_VERSION = (4, 3, 0)
126+
_REDIS_ASYNCIO_CLUSTER_VERSION = (4, 3, 2)
127127

128128

129129
def _set_connection_attributes(span, conn):

0 commit comments

Comments
 (0)