redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.65k stars 2.32k forks source link

feat: Allow for pubsub connections to optionally be taken from pool #2869

Open vtermanis opened 6 months ago

vtermanis commented 6 months ago
vtermanis commented 6 months ago

Only the RE Tests suite fails - it's not able to find an (internal?) docker image. I believe there's nothing I can do about that.

vtermanis commented 5 months ago

@ofekshenawa thank you for taking a look. Are you sure it's a breaking change? The way I've tried to write should mean that both from a behaviour and performance perspective it behaves as before unless the new configuration flag is explicitly set. (Unless you mean the fact that for now it's only for the non cluster client. I didn't update those so I could age what you, the developers/maintainers, think.)