# File lib/em-redis/redis_protocol.rb, line 203
      def quit(&blk)
        call_command(['quit'], &blk)
      end