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