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