Skip to content

Commit

Permalink
added hostname for Redis container & fixed table in mongoDB doc (#25)
Browse files Browse the repository at this point in the history
* added hostname for Redis container & fixed table in mongoDB doc

* changed MongoDB to Redis
  • Loading branch information
ppaulis authored Apr 7, 2020
1 parent 32a44c2 commit 2205048
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nosql/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Because MongoDB runs in a dedicated container, each version has a specific local
<td>mongo 3.2.x</td><td>mongo32</td>
</tr>
<tr>
<td>mongo 3.4.x/td><td>mongo34</td>
<td>mongo 3.4.x</td><td>mongo34</td>
</tr>
</table>

Expand Down
10 changes: 9 additions & 1 deletion docs/nosql/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ variable `CPHP_SERVICE_REDIS` with the desired Redis version as value to your pi
E.g. if you need `Redis 5.0.7` in your Behat tests, go to the Testing Settings (step 2 of the Pipeline) and add the
environment variable `CPHP_SERVICE_REDIS = 5.0.7` to the Behat configuration.

## Connecting to Redis
## Connecting to Redis

Because Redis runs in a dedicated container, each version has a specific local domain :

<table>
<tr>
<td>Redis 5.0.7</td><td>redis507</td>
</tr>
</table>

There are no Authentication settings.

0 comments on commit 2205048

Please sign in to comment.