resp3
resp3 copied to clipboard
supporting interface{} to write commands
Hi,
We currently have WriteCommand https://godoc.org/github.com/smallnest/resp3#Writer.WriteCommand to write redis command with []string as the argument.
It would be great if we also have another method that receives []interface{}.
Because we need to store not only string, but also integer, float, etc..
I have some idea to implement it, I hope I can send PR in the next few days.