PipelineBase.setbit

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

Meta