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