Skip to content

Commit

Permalink
Merge 83e852a into ed422fc
Browse files Browse the repository at this point in the history
  • Loading branch information
galonsky committed Sep 4, 2020
2 parents ed422fc + 83e852a commit b61d2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ improve the Lua scripting emulation. It has a few backwards incompatibilities
that may require changes to your code:

1. By default, each FakeRedis or FakeStrictRedis instance contains its own
state. This is equivalent to the `singleton=True` option to previous
state. This is equivalent to the `singleton=False` option to previous
versions of fakeredis. This change was made to improve isolation between
tests. If you need to share state between instances, create a FakeServer,
as described above.
Expand Down

0 comments on commit b61d2b8

Please sign in to comment.