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.
Would you mind just throwing it into a draft PR? Reviewing integrations takes us some time because we have educate ourselves on the tool, and then on the library, and then on the PR haha. Its much easier to interact with this through github though.
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: