Function kramer::humanize_command

source ·
pub fn humanize_command<S, V>(input: &Command<S, V>) -> Stringwhere
    S: Display,
    V: Display,
Expand description

By default, all commands will be formatted via the Display trait into the string representation that they would be sent over the wire as. This function should help users visualize commands in the format that they would issue them into the redis-cli as.