Coder Social home page Coder Social logo

hmdp's Introduction

代码使用说明

项目代码包含2个分支:

  • master : 主分支,包含完整版代码,作为大家的编码参考使用
  • init : 初始化分支,实战篇的初始代码,建议大家以这个分支作为自己开发的基础代码

1.下载

克隆完整项目

git clone https://gitee.com/huyi612/hm-dianping.git

切换分支

git checkout init

2.常见问题

部分同学直接使用了master分支项目来启动,控制台会一直报错:

NOGROUP No such key 'stream.orders' or consumer group 'g1' in XREADGROUP with GROUP option

这是因为我们完整版代码会尝试访问Redis,连接Redis的Stream。建议同学切换到init分支来开发,如果一定要运行master分支,请先在Redis运行一下命令:

XGROUP CREATE stream.orders g1 $ MKSTREAM

hmdp's People

Contributors

huge0612 avatar

Stargazers

djl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.