Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Redis Internals, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:10:55
    Course Introduction
  • Урок 2. 00:22:04
    What makes Redis special?
  • Урок 3. 00:16:25
    Writing a Simple TCP Echo Server
  • Урок 4. 00:15:50
    Speaking the Redis' Language
  • Урок 5. 00:14:38
    Implementing RESP
  • Урок 6. 00:19:29
    Implementing PING
  • Урок 7. 00:21:15
    IO Multiplexing and Event Loops
  • Урок 8. 00:26:29
    Handling multiple concurrent clients
  • Урок 9. 00:22:09
    Implementing GET, SET, and TTL
  • Урок 10. 00:27:23
    Implementing DEL, EXPIRE and auto-deletion
  • Урок 11. 00:20:24
    Eviction strategies and implementing simple-first
  • Урок 12. 00:22:00
    Implementing Command Pipelining
  • Урок 13. 00:21:05
    Implementing AOF Persistence
  • Урок 14. 00:24:48
    Object, Encodings, and Implementing INCR
  • Урок 15. 00:19:37
    Implementing INFO and allkeys-random eviction
  • Урок 16. 00:23:15
    The Approximated LRU Algorithm
  • Урок 17. 00:25:27
    Implementing the Approximated LRU Algorithm
  • Урок 18. 00:13:20
    Understanding how Redis caps memory
  • Урок 19. 00:06:11
    Overriding malloc for better performance
  • Урок 20. 00:37:18
    Implementing Graceful Shutdown
  • Урок 21. 00:22:00
    Implementing Transactions
  • Урок 22. 00:28:16
    List Internals - Ziplist and Quicklist
  • Урок 23. 00:13:25
    Set Internals - Intset
  • Урок 24. 00:21:39
    Geospatial Queries and Geohash
  • Урок 25. 00:15:56
    String Internals - Simple Dynamic Strings
  • Урок 26. 00:13:22
    Hyperloglog and Cardinality Estimation
  • Урок 27. 00:20:49
    LFU and Approximate Counting
  • Урок 28. 00:01:12
    What next?