Metadata-Version: 2.1
Name: django-redis-sentinel-plugin
Version: 1.0.0
Summary: django-redis plugin that supports Sentinel Cluster HA
License: MIT
Author: banxi1988
Author-email: banxi1988@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: django (>=2.2.6,<3.0.0)
Requires-Dist: django-redis (>=4.10.0,<5.0.0)
Requires-Dist: redis (>=3.3.11,<4.0.0)
Description-Content-Type: text/markdown

# Django-Redis Client that supports Sentinel Cluster HA

本仓库基于: [django-redis-sentinel](https://github.com/danigosa/django-redis-sentinel-redux)
进行了更新.
比如删除了老旧代码.后面随着自己的使用可能也会继续的更新.

