Metadata-Version: 2.0
Name: redkeys
Version: 0.0.2
Summary: Redis Keyspace Stats
Home-page: https://github.com/72squared/redkeys
Author: John Loehrer
Author-email: 72squared@gmail.com
License: MIT
Download-URL: https://github.com/72squared/redkeys/archive/0.0.2.tar.gz
Description-Content-Type: UNKNOWN
Keywords: redis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Environment :: Web Environment
Classifier: Operating System :: POSIX
Requires-Dist: redis (>=2.10.2)

RedKeys
=======

This project allows you to get keyspace stats on redis

```
redkeys redis://127.0.0.1:6379 unix:///tmp/redis.socket
```



Release Notes
=============

0.0.1
-----
Initial version.


