Distributed lock manager: Difference between revisions

Content deleted Content added
m Google's Chubby lock service: dropping the camel case
Add link for Redlock Algorithm
Line 95:
 
==Redis Redlock Algorithm==
[[Redis]] is an open source, BSD licensed, advanced key-value cache and store.<ref name="redis">http://redis.io/ Retrieved on 2015-04-14</ref> Redis can be used to implement the [[https://redis.io/topics/distlock Redlock Algorithm]] for distributed lock management.<ref name="redlock">http://redis.io/topics/distlock Retrieved on 2015-04-14</ref>
 
==HashiCorp's Consul==