How Distributed Lock works | ft Redis | System Design

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

ความคิดเห็น • 6

  • @Zmey5656
    @Zmey5656 5 หลายเดือนก่อน +2

    Thanks for locking and unlocking

  • @achint227
    @achint227 4 หลายเดือนก่อน +2

    Great content! Very informative!

  • @ASSASSINakaInTRO
    @ASSASSINakaInTRO 4 หลายเดือนก่อน +1

    Thx for the video and channel

  • @tarunstv796
    @tarunstv796 4 หลายเดือนก่อน +1

    what if someone else use a different lock_key to perform the same ciritical section operation?
    I mean somehow lock_key should be same for all the operations+service combination

    • @TechieTech-gx2kd
      @TechieTech-gx2kd 3 หลายเดือนก่อน +1

      It's your code why would you keep 2 choices of lock_key in your code ?
      Also just for reference if you use different lock_key(assuming lock_key_2) you will get a different lock not the one you got on (lock_key_1)
      Also it's not a real mutex, it's just a key value pair in redis.

  • @openheart.....6175
    @openheart.....6175 3 หลายเดือนก่อน

    Sir please upload complete distributed systems videos