1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-18 23:34:11 +03:00
Files
go-redis/pubsub.go
ccoVeille dc053a42c6 chore(log): bad sprintf syntax (#3632)
There is no Stringer on the channel struct, so using %s causes an error.
Using %v to print the default representation instead.

Co-authored-by: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com>
2025-12-02 15:51:51 +02:00

19 KiB