Home > Database > Mysql Tutorial > Jondis: A Python Manager for Redis Master/Slaves

Jondis: A Python Manager for Redis Master/Slaves

WBOY
Release: 2016-06-07 16:30:01
Original
968 people have browsed it

Jondis: A Python Manager for Redis Master/Slaves: Announced last week and available on GitHub: Jondis is a pool for managing your redis master / slave setupthat works with redis-py. Given a list of servers, Jondis will learn yourtopology a

Jondis: A Python Manager for Redis Master/Slaves:

Announced last week and available on GitHub:

Jondis is a pool for managing your redis master / slave setup that works with redis-py. Given a list of servers, Jondis will learn your topology and if the master server dies, will query the remaining servers to find out which one has been promoted to the master, and reconfigure itself to send requests to the new master instance.

Original title and link: Jondis: A Python Manager for Redis Master/Slaves (NoSQL database?myNoSQL)

Jondis: A Python Manager for Redis Master/Slaves
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template