skip to Main Content

Redis – Why cannot import library from go get?

I downloaded go-redis client using go mod init github.com/my/repo go get github.com/go-redis/redis/v8 But it showed cannot find package "go.opentelemetry.io/otel/api/trace". So I deleted go-redis from ${GOPATH}/src/github.com and then tried running it again go get github.com/go-redis/redis/v8 But it does nothing. Doesn't show…

VIEW QUESTION

StackExchange.Redis – Unexplainable time-out exception issue

We are experiencing issues in our integration within .NET Core 3.1 with the Azure Redis Cache. The exception thrown is An unhandled exception has occurred while executing the request.","@l":"Error","@x":"StackExchange.Redis.RedisTimeoutException: Timeout awaiting response (outbound=1403KiB, inbound=5657KiB, 15000ms elapsed, timeout is 15000ms), command=EVAL,…

VIEW QUESTION
Back To Top
Search