python3-rediscluster

Python interface to a cluster of Redis key-value stores
  http://redis-py-cluster.readthedocs.io/
  0
  no reviews



Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets.

redis-py-cluster provides Python bindings to Redis Cluster, the distributed implementation of the Redis key-value store, available upstream since Redis 3.0.

This package provides the Python 3 version of the rediscluster module.