#656·redigo

Support for log/slog

Author: IntegralistCreated Jan 24, 2024Updated Jan 27, 2024
LabelsEnhancement

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.