Distributed lock manager: Difference between revisions

Content deleted Content added
m Added information about a new distributed locking system
fixed a typo.
Line 96:
 
==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> TheRedis uses the [[Redlock Algorithm]] uses Redis for distributed lock management.<ref name="redlock">http://redis.io/topics/distlock Retrieved on 2015-04-14</ref>
 
==HashiCorp's Consul==