hagsteel / swampdragon

swampdragon
Other
557 stars 74 forks source link

Support for Redis-Sentinel #197

Closed ZuSe closed 8 years ago

ZuSe commented 8 years ago

This PR allows you to use Redis-Sentinel nodes with swampdragon. The default connection functionality is already being served by redis-py.

New parameters are: SWAMP_DRAGON_REDIS_SENTINEL_MODE = ACTIVE:BOOL SWAMP_DRAGON_REDIS_SENTINEL_MASTER =

Best, Patrick