personium / personium-core

Core module of Personium
https://personium.io
Apache License 2.0
88 stars 16 forks source link

Lock implementation using Redis #442

Open shimono opened 5 years ago

shimono commented 5 years ago

Overview

Implement LockManager using Redis. By supporting Redis, unit operators can not only use a single Redis server but also Redis Sentinel cluster, or Redis AOF (append only file persistence).