Skip to content

Commit

Permalink
Merge pull request #280 from galonsky/patch-1
Browse files Browse the repository at this point in the history
fixing documentation about previous singleton argument
  • Loading branch information
bmerry committed Sep 10, 2020
2 parents ed422fc + 83e852a commit aaaad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
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 aaaad4b

Please sign in to comment.