Metadata-Version: 2.1
Name: fakeredis
Version: 2.10.0
Summary: Fake implementation of redis API for testing purposes.
Home-page: https://github.com/cunla/fakeredis-py
License: BSD-3-Clause
Keywords: redis,rq,django-rq,RedisJson
Author: Daniel Moran
Author-email: daniel.maruani@gmail.com
Maintainer: Daniel Moran
Maintainer-email: daniel.maruani@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: json
Provides-Extra: lua
Requires-Dist: jsonpath-ng (>=1.5,<2.0) ; extra == "json"
Requires-Dist: lupa (>=1.14,<2.0) ; extra == "lua"
Requires-Dist: redis (>=4,<5)
Requires-Dist: sortedcontainers (>=2.4,<3.0)
Project-URL: Bug Tracker, https://github.com/cunla/fakeredis-py/issues
Project-URL: Funding, https://github.com/sponsors/cunla
Project-URL: Repository, https://github.com/cunla/fakeredis-py
Description-Content-Type: text/markdown

fakeredis: A fake version of a redis-py
=======================================
[![badge](https://img.shields.io/pypi/v/fakeredis)](https://pypi.org/project/fakeredis/)
[![CI](https://github.com/cunla/fakeredis-py/actions/workflows/test.yml/badge.svg)](https://github.com/cunla/fakeredis-py/actions/workflows/test.yml)
[![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/cunla/b756396efb895f0e34558c980f1ca0c7/raw/fakeredis-py.json)](https://github.com/cunla/fakeredis-py/actions/workflows/test.yml)
[![badge](https://img.shields.io/pypi/dm/fakeredis)](https://pypi.org/project/fakeredis/)
[![badge](https://img.shields.io/pypi/l/fakeredis)](./LICENSE)
[![Open Source Helpers](https://www.codetriage.com/cunla/fakeredis-py/badges/users.svg)](https://www.codetriage.com/cunla/fakeredis-py)
--------------------

Documentation is now hosted in https://fakeredis.readthedocs.io/

# Intro

fakeredis is a pure-Python implementation of the redis-py python client
that simulates talking to a redis server. 

This was created originally for a single purpose: **to write tests**.

This module now allows tests to simply use this
module as a reasonable substitute for redis.

# Sponsor

fakeredis-py is developed for free.

You can support this project by becoming a sponsor using [this link](https://github.com/sponsors/cunla).

Alternatively, you can buy me coffee using this
link: [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoffee.com/danielmoran)

## Security contact information

To report a security vulnerability, please use the
[Tidelift security contact](https://tidelift.com/security).
Tidelift will coordinate the fix and disclosure.
