# File lib/redis.rb, line 962
  def shutdown
    synchronize do
      @client.call_without_reply [:shutdown]
    end
  end