go-redis :skyWalking failed to create exit span, got error: peer is empty #13302
Unanswered
xiaochonghao
asked this question in
Q&A
Replies: 1 comment
-
@mrproliu any idea? I saw cluster client, maybe we don't support that yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
skywalking-go:
github.com/apache/skywalking-go v0.6.0
go-redis: (Official documentation indicates the highest supported version is v9.0.5, but errors persist after downgrading)
github.com/redis/go-redis/v9 v9.7.3
Redis Connection Code:
Error Occurrence:
No error occurs during the Redis connection stage shown above. However, after executing Redis commands using rdb, the following error appears:
go-redis :skyWalking failed to create exit span, got error: peer is empty.
Beta Was this translation helpful? Give feedback.
All reactions