Currently Redis only has "name" and "ver" field, in my project, I need to know the data type of each module.
Comment From: itamarhaber
Hello @xiaohuahegege
Thanks for the suggestion - I also think it would make sense to have a list of data types per module.
Comment From: yoelsherwin
Hey, I would like to start contributing. Is this issue a good fit for a first-timer?
Comment From: itamarhaber
Hi @yoelsherwin - thanks for the willingness to contribute to the generic public!
I think this is a good 1st-timer issue to tackle, given that you'll get more +1's from the community (that is, excluding my own) /cc @MeirShpilraien @gkorland @tezc @laixintao @ViktorStarostenko
Comment From: yoelsherwin
Thanks, @itamarhaber! As you suggested, I would like to get more responses on whether this is a good-first-issue before start working on it. Any thoughts from the community? 🙂
Comment From: sundb
@yoelsherwin +1
Comment From: oranagra
i wonder what is it good for? i.e. if we list the module name, we can use COMMAND command to get a list of commands that the module registered. but what can the user do with the data type name?