pub fn format_reply(reply: &Reply, indent: usize) -> String
Pretty-print a reply roughly the way redis-cli does. Arrays are numbered + indented; bulk strings are quoted; nil shows as (nil).
redis-cli
(nil)