# File lib/redis.rb, line 810 def setbit(key, offset, value) synchronize do |client| client.call([:setbit, key, offset, value]) end end