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