Home  >  Q&A  >  body text

如何学习使用redis

看了网上的redis教程,大概知道是个什么情况,但是不知道怎么应用到项目中去,想知道有没有一些小项目的练习可以让我去学习redis()

習慣沉默習慣沉默2733 days ago652

reply all(4)I'll reply

  • 漂亮男人

    漂亮男人2017-04-25 09:05:21

    An example from the official documentation
    http://redis.io/topics/twitter-clone

    reply
    0
  • 为情所困

    为情所困2017-04-25 09:05:21

    The book written by Huang Jianhong + PPT from Little Elephant Academy + practical operation
    should be enough

    reply
    0
  • PHP中文网

    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)?

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-04-25 09:05:21

    "Redis in practice"

    reply
    0
  • Cancelreply