-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
👋🏻
I was looking to migrate from log to log/slog and noticed that https://pkg.go.dev/github.com/gomodule/[email protected]/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.