RedisCommands.setbit

Undocumented in source.
  1. bool setbit(string key, long offset, bool value)
  2. bool setbit(string key, long offset, string value)
    interface RedisCommands
    bool
    setbit
    (
    string key
    ,
    long offset
    ,
    string value
    )

Meta