# File lib/redis.rb, line 1068
  def id
    synchronize do
      @client.id
    end
  end