Zig를 사용하여 Redis 클론 구축하기

 

Zig로 Redis 호환 애플리케이션을 구축하는 동영상입니다. 외부 종속성 없이 이 작업을 수행하고, Redis가 내부적으로 어떻게 작동하는지 이해할 수 있습니다. CodeCrafters에 가입하면(무료 계정이라 하더라도 구독자로 전환해야 한다는 부담이 없음) 코딩 과제에 대한 진행 상황도 따라갈 수 있습니다.

 

[참고] 도움이 될 링크

https://redis-doc-test.readthedocs.io/en/latest/topics/protocol/
https://ziglang.org/documentation/master/std/

https://app.codecrafters.io/join?via=bradcypert 

 

[영상 1] https://www.youtube.com/watch?v=0Qhbb-D9JIc

03:04 - Initial Setup

05:10 - Bind to a Port

07:03 - Respond to Ping

10:41 - Handling Multiple Pings from the same client

14:22 - Handle concurrent clients

 

 

[영상 2] https://www.youtube.com/watch?v=2DIxusVv6xs

 

 

반응형

+ Recent posts