Skip to content

Commit

Permalink
Merge pull request #207 from yedpodtrzitko/yed/readme-postgres-typo
Browse files Browse the repository at this point in the history
README: fix reference to postgres instead of redis
  • Loading branch information
fizyk committed Nov 27, 2019
2 parents d44defc + cc52642 commit 2dbc74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -74,7 +74,7 @@ In order to connect to them, one would be using the ``redis_nooproc`` fixture.
redis_external = factories.redisdb('redis_nooproc')
By default the ``redis_nooproc`` fixture would connect to postgresql instance using **6379** port. Standard configuration options apply to it.
By default the ``redis_nooproc`` fixture would connect to Redis instance using **6379** port. Standard configuration options apply to it.

These are the configuration options that are working on all levels with the ``redis_nooproc`` fixture:

Expand Down

0 comments on commit 2dbc74c

Please sign in to comment.