You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rueidis is a newer redis client for go, supporting streaming and automatic pipelining. In our testing we see improvements indeed, but right now there is no integration with the go-agent.
Desired Behaviour
Have a default integration, just like for go-redis/v{7,8,9}.
Possible Solution
We implemented this, and it seems to work reasonably well.
Summary
rueidis is a newer redis client for go, supporting streaming and automatic pipelining. In our testing we see improvements indeed, but right now there is no integration with the go-agent.
Desired Behaviour
Have a default integration, just like for go-redis/v{7,8,9}.
Possible Solution
We implemented this, and it seems to work reasonably well.
nrrueidis.go.txt
Before converting this into a full-blown PR and adding boilerplate: WDYT?
The text was updated successfully, but these errors were encountered: