Skip to content

Implementation of Redis API in python without having a server running. Fully compatible with using redis-py.

License

Notifications You must be signed in to change notification settings

cunla/fakeredis-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 3, 2024
cd58a7c · Aug 3, 2024
Jul 30, 2024
Aug 3, 2024
Aug 3, 2024
Jan 8, 2024
Aug 3, 2024
Dec 9, 2022
Jan 29, 2023
Jan 1, 2024
Nov 30, 2022
Jul 11, 2024
Aug 15, 2023
Dec 18, 2023
Aug 3, 2024
Aug 3, 2024
Jun 29, 2024

Repository files navigation

fakeredis: A fake version of a redis-py

badge CI badge badge badge Open Source Helpers Code style: black

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

Intro

FakeRedis is a pure-Python implementation of the Redis key-value store.

It enables running tests requiring redis server without an actual server.

It provides enhanced versions of the redis-py Python bindings for Redis. That provide the following added functionality: A built-in Redis server that is automatically installed, configured and managed when the Redis bindings are used. A single server shared by multiple programs or multiple independent servers. All the servers provided by FakeRedis support all Redis functionality including advanced features such as RedisJson, GeoCommands.

See official documentation for list of supported commands.

Sponsor

fakeredis-py is developed for free.

You can support this project by becoming a sponsor using this link.