kevy

SETBIT

Set the bit at the given offset, returning its old value.

语法SETBIT key offset value
分组string
参数个数4
起始版本1.0.0
标志write
复杂度O(1) amortised; O(N) on the call that grows the value out to the offset
Redis 兼容性full

← 全部命令