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