Skip to content

Commit

Permalink
Export FakeConnection from top-level module
Browse files Browse the repository at this point in the history
This would allow people to hand-construct their own connection pool.
  • Loading branch information
bmerry committed Jan 15, 2019
1 parent 962a6a8 commit d365fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakeredis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._server import FakeServer, FakeRedis, FakeStrictRedis # noqa: F401
from ._server import FakeServer, FakeRedis, FakeStrictRedis, FakeConnection # noqa: F401


__version__ = '1.0rc1'

0 comments on commit d365fea

Please sign in to comment.