PipelineBase.lpush

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

Meta