Redis应用实战 - 秒杀场景(Node.js版本)

启动方法

    npm i
    vi config/default.js // 修改数据库配置
    npm run dsync // 同步数据库表
    node app.js