setbit keyname offset value
设置或者清空key的value(字符串)在offset处的bit值,这个在offset处如何理解,bit值又是什么呢
GETBIT key offset 对 key 所储存的字符串值,获取指定偏移量上的位(bit)。
SETBIT key offset value 对 key 所储存的字符串值,设置或清除指定偏移量上的位(bit)。
视频上没有讲。