# File lib/redis.rb, line 2182
  def inspect
    synchronize do |client|
      "#<Redis client v#{Redis::VERSION} for #{client.id}>"
    end
  end