Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.