go-redis
go-redis copied to clipboard
rewrite interface{} to any
Hello @ndyakov , Do you agree with replacing interface{} with any in non-constraint scenarios? If approved, we can migrate all interface{} occurrences.
(similar to the commit: https://github.com/golang/go/commit/2580d0e08d5e9f979b943758d3c49877fb2324cb#diff-eca48ce939b837cddc0194885eff25247d2ef2c481b63a667ee14fafcc0f7c7c).