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