redis / go-redis

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

refactor: pass custom log to pubsub #3016

Open bailantaotao opened 1 month ago

bailantaotao commented 1 month ago

If a user subscribes to many channels, it becomes difficult to keep track of which channel's data has been missed.

https://github.com/redis/go-redis/discussions/3015