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
반응형
'Rust, Zig' 카테고리의 다른 글
Zig, Hello world! 예제 만들어 실행하기 (0) | 2025.03.02 |
---|---|
Zig 컴파일러 다운로드 설치 (0) | 2025.03.02 |
Zig 프로그래밍 가이드 링크 (0) | 2025.03.02 |
Rust, 숫자 퀴즈 (0) | 2024.10.23 |
지그(Zig)가 새로운 C가 될 수 있을까? (0) | 2024.05.19 |