Skip to content

Commit

Permalink
fixing documentation about previous singleton argument
Browse files Browse the repository at this point in the history
  • Loading branch information
galonsky committed Sep 4, 2020
1 parent ed422fc commit 83e852a
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 83e852a

Please sign in to comment.