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