Metadata-Version: 2.4
Name: keytopCache
Version: 1.1
Summary: A simple Redis client wrapper for Sentinel and Cluster modes
Home-page: 
Author: zhangjukai
Author-email: zhangjukai@keytop.com.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: redis
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# keytop cache Client

A simple Redis client wrapper for Python, supporting both Sentinel and Cluster modes.

## Installation

```shell
pip install .
```
