COMMAND INFO
COMMAND INFO [command-name [command-name ...]]
@slow, @connection, Returns Array reply of details about multiple Redis commands.
Same result format as COMMAND except you can specify which commands get returned.
If you request details about non-existing commands, their return position will be nil.
Array reply: nested list of command details.
COMMAND INFO get set eval COMMAND INFO foo evalsha config bar
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/command-info/