{ "INFO": { "summary": "Return information about a function by function name", "complexity": "O(1)", "group": "scripting", "since": "7.0.0", "arity": -3, "container": "FUNCTION", "function": "functionInfoCommand", "command_flags": [ "NOSCRIPT" ], "acl_categories": [ "SCRIPTING" ], "arguments": [ { "name": "function-name", "type": "string" }, { "name": "withcode", "type": "pure-token", "token": "WITHCODE", "optional": true } ] } }