go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

refactor: pass custom log to pubsub

Open bailantaotao opened this issue 1 year ago • 1 comments

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

bailantaotao avatar Jun 04 '24 14:06 bailantaotao

@bailantaotao please sync with master

ndyakov avatar Mar 04 '25 14:03 ndyakov

@bailantaotao changing the loging interface here is a breaking change we cannot have at the moment. We will consider your suggestion for the next iteration for logging, but I will close this PR. Thank you.

ndyakov avatar Sep 02 '25 13:09 ndyakov