CLIENT INFO is not supported
We should support CLIENT INFO subcommand
This command displays lot of fields from Redis side redis client info. Want do you want to include for Dragonfly ? I started to explore this repo so that information is not obvious to me.
Eccording to Redis documentation
"The reply format is identical to that of [CLIENT LIST], and the content consists only of information about the current client."
So with this command we should expose the same information as we do today in dragonfly client list command
Can I work on this ?
Sure @guozhihao-224 . You are welcome to send a PR
Sure @guozhihao-224 . You are welcome to send a PR
Sorry for the long delay. I am not sure if this issue is still needed. I have filed a new MR to support the client info command.https://github.com/dragonflydb/dragonfly/pull/5597