# File lib/redis.rb, line 2169
  def id
    synchronize do |client|
      client.id
    end
  end