Skip to main content

hmget_cmd

Function hmget_cmd 

Source
fn hmget_cmd(hash: &str, fields: &[String]) -> Cmd
Expand description

Always HMGET, so the reply is an array whatever the field count — a single-field HGET answers with a bare string, and no fields at all is a protocol error.