blog/redis-single-thread-deep-dive/ #260
Replies: 1 comment 1 reply
-
|
오호 redis가 싱글 쓰레드란 건 알았지만, 궁금한 점은 레디스에도 분산락이라는 SETNX라는 문법이 존재하는 것으로 알고 있는데요! 왜 분산락이 존재하는 걸까요? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
blog/redis-single-thread-deep-dive/
Redis가 싱글 스레드로 설계된 이유와 사용 시 주의사항을 간단하게 살펴봅시다.- Redis는 왜 싱글 스레드일까?
https://wooodypark.github.io/blog/redis-single-thread-deep-dive/
Beta Was this translation helpful? Give feedback.
All reactions