Skip to content

Commit

Permalink
Merge pull request #276 from graingert/patch-2
Browse files Browse the repository at this point in the history
add redislite to alternatives
  • Loading branch information
bmerry authored Jul 28, 2020
2 parents 329da92 + 3d6df8b commit 80799e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ be automatically installed.
Alternatives
============

Consider using birdisle_ instead of fakeredis. It embeds the redis codebase
into a Python extension, so it implements the full redis command set and
behaves far more closely to a real redis implementation. The disadvantage is
that it currently only works on Linux.
Consider using birdisle_ or redislite_ instead of fakeredis. They embed the redis codebase
into Python, so they implement the full redis command set and
behave far more similarly to a real redis implementation.

.. _birdisle: https://birdisle.readthedocs.io/en/latest/
.. _redislite: https://redislite.readthedocs.io/en/latest/



How to Use
Expand Down

0 comments on commit 80799e6

Please sign in to comment.