ππ»
I was looking to migrate from log to log/slog and noticed that https://pkg.go.dev/github.com/gomodule/redigo@v1.8.9/redis#NewLoggingConn is constrained to the former.
What is the plan as far as supporting the new structured logging package?
I presume you'd want to modify the various signatures to using an interface rather than a concrete type.
Thanks.
ππ»
I was looking to migrate from
logtolog/slogand noticed that https://pkg.go.dev/github.com/gomodule/redigo@v1.8.9/redis#NewLoggingConn is constrained to the former.What is the plan as far as supporting the new structured logging package?
I presume you'd want to modify the various signatures to using an interface rather than a concrete type.
Thanks.