BinaryRedis.setbit

Sets or clears the bit at offset in the string value stored at key @param key @param offset @param value @return

  1. bool setbit(const(ubyte)[] key, long offset, bool value)
    class BinaryRedis
    bool
    setbit
    (
    const(ubyte)[] key
    ,
    long offset
    ,
    bool value
    )
  2. bool setbit(const(ubyte)[] key, long offset, const(ubyte)[] value)

Meta