Developing abstraction libraries for Redis sometimes require to know which data type a given command operates on. It'd be great to have `COMMAND` and `COMMAND INFO` to return a nested result for `type`.
Developing abstraction libraries for Redis sometimes require to know which data type a given command operates on.
It'd be great to have
COMMANDandCOMMAND INFOto return a nested result fortype.