Skip to content

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

License

Notifications You must be signed in to change notification settings

cunla/fake-dragonflydb

fakeredis: A fake version of a redis-py

badge CI badge badge badge Open Source Helpers

Documentation is hosted in https://fake-dragonflydb.readthedocs.io/

Intro

fake-dragonflydb is a pure-Python implementation of the Dragonfly DB. It is based on fakeredis.

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 DragonflyDB 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 fake-dragonflydb support all DragonflyDB functionality.

See official documentation for list of supported commands.

Sponsor

fake-dragonflydb is developed for free.

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

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages