Metadata-Version: 2.4
Name: redis-ext-ramwin
Version: 0.3.0
Summary: Redis list consumer with thread-pool
Project-URL: Homepage, https://github.com/ramwin/redis-ext
Project-URL: Repository, https://github.com/ramwin/redis-ext
License-File: LICENSE.txt
Requires-Python: >=3.8
Requires-Dist: redis>=5.0
Provides-Extra: test
Requires-Dist: fakeredis[lua]; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=7; extra == 'test'
Description-Content-Type: text/markdown

# redis-ext

[![PyPI - Version](https://img.shields.io/pypi/v/redis-ext.svg)](https://pypi.org/project/redis-ext)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/redis-ext.svg)](https://pypi.org/project/redis-ext)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install redis-ext
```

## License

`redis-ext` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
