Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

bmerry/birdisle-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

935b80e · Dec 14, 2022
Dec 12, 2022
Dec 10, 2022
Sep 2, 2021
Oct 21, 2018
Sep 2, 2021
Sep 2, 2021
Oct 25, 2018
Oct 23, 2018
Oct 21, 2018
Sep 28, 2018
Sep 2, 2021
Sep 30, 2018
Sep 2, 2021
Sep 2, 2021
Oct 23, 2018
Sep 2, 2021
Dec 12, 2022
Sep 2, 2021
Dec 12, 2022
Sep 2, 2021
Dec 10, 2022

Repository files navigation

Maintainer wanted

I've ended up not using birdisle and have no interest in maintaining it. If you would like to take over as maintainer, please let me know by filing a ticket.

birdisle-py

Build Status Documentation Status

Birdisle (an anagram of "lib redis") is a modified version of redis that runs as a library inside another process. The primary aim is to simplify unit testing by providing a way to run tests against what appears to be a redis server, but without the hassle of starting a separate process and ensuring that it is torn down correctly.

Birdisle-py is Python bindings for Birdisle. Documentation can be found at readthedocs.