摘要:
1. Redis is in-memory data store, cache. 2. Request is first sent to redis, then database. 3. Data(which is also stored in database) that is frequentl 阅读全文
摘要:
Go to the project directory. Right click, --Git bash here --git init #creates .git--git add README.md #adds files you want to track--git add . #add al 阅读全文