[][src]Macro redismodule_cmd::command

macro_rules! command {
    (
        name: $name:expr,
        desc: $desc:expr,
        args: [
            $($arg:tt),* $(,)*
        ] $(,)*
    ) => { ... };
}