PipelineBase.hmget

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(List!(string)) hmget(string key, string[] fields)
    class PipelineBase
    Response!(List!(string))
    hmget
    (
    string key
    ,
    string[] fields...
    )
  2. Response!(List!(const(ubyte)[])) hmget(const(ubyte)[] key, const(ubyte)[][] fields)

Meta