PipelineBase.lrem

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

Meta