Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Redis Caching Concepts with Node.js, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:27
    Course Introduction
  2. Урок 2. 00:03:40
    What is Redis exactly
  3. Урок 3. 00:06:53
    Why choose Redis
  4. Урок 4. 00:03:23
    Redis Hello World
  5. Урок 5. 00:10:06
    Common operations with Redis
  6. Урок 6. 00:02:39
    Redis key name convention
  7. Урок 7. 00:04:39
    Expiring keys in Redis
  8. Урок 8. 00:03:50
    How expiring keys work in Redis
  9. Урок 9. 00:06:42
    Connecting Redis with Node.js
  10. Урок 10. 00:10:01
    Introduction to project
  11. Урок 11. 00:06:01
    Invalidating Cache
  12. Урок 12. 00:03:58
    Refreshing data in background
  13. Урок 13. 00:02:03
    Introduction to project 2
  14. Урок 14. 00:05:02
    Rate limiting by IP Address
  15. Урок 15. 00:04:03
    Setting TTL on rate limit
  16. Урок 16. 00:07:35
    Creating Express.js middleware for rate limiting
  17. Урок 17. 00:07:16
    Atomicity and Single Threaded
  18. Урок 18. 00:03:27
    Key patterns
  19. Урок 19. 00:02:09
    Lists
  20. Урок 20. 00:06:52
    More on lists
  21. Урок 21. 00:04:13
    Sets
  22. Урок 22. 00:06:27
    Transactions