看了网上的redis教程,大概知道是个什么情况,但是不知道怎么应用到项目中去,想知道有没有一些小项目的练习可以让我去学习redis()
漂亮男人2017-04-25 09:05:21
An example from the official documentation
http://redis.io/topics/twitter-clone
为情所困2017-04-25 09:05:21
The book written by Huang Jianhong + PPT from Little Elephant Academy + practical operation
should be enough
PHP中文网2017-04-25 09:05:21
Redis is an in-memory database used for caching, which stores data in memory for fast operations. In fact, it operates on commonly used collections and in-memory databases such as strings.
1. If you don’t understand redis at all, it is recommended to first watch the video tutorial Baidu search: redis video tutorial Baidu Cloud
2. After getting started, start watching the official tutorial and try all the examples: http://redis.io/ documentation
3. After you have the foundation, start practical application: ask more, summarize more, google more
4. Think more: what (what is redis), how (how is redis stored), why (why is it done)?