BinaryShardedRedis.setbit

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

Meta