From 4f3a25f2b2b4cc95d36be6932ec1ef1998b467b2 Mon Sep 17 00:00:00 2001 From: ppaulis Date: Tue, 7 Apr 2020 21:38:52 +0200 Subject: [PATCH 1/2] added hostname for Redis container & fixed table in mongoDB doc --- docs/nosql/mongodb.md | 2 +- docs/nosql/redis.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/nosql/mongodb.md b/docs/nosql/mongodb.md index e654ba5..0b0cbbe 100644 --- a/docs/nosql/mongodb.md +++ b/docs/nosql/mongodb.md @@ -43,7 +43,7 @@ Because MongoDB runs in a dedicated container, each version has a specific local mongo 3.2.xmongo32 - mongo 3.4.x/td>mongo34 + mongo 3.4.xmongo34 diff --git a/docs/nosql/redis.md b/docs/nosql/redis.md index f6dc078..53cb4f8 100644 --- a/docs/nosql/redis.md +++ b/docs/nosql/redis.md @@ -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 MongoDB runs in a dedicated container, each version has a specific local domain : + + + + + +
Redis 5.0.7redis507
There are no Authentication settings. From af02955de36a573447cd8fe4ef6922db73fed295 Mon Sep 17 00:00:00 2001 From: ppaulis Date: Tue, 7 Apr 2020 22:16:23 +0200 Subject: [PATCH 2/2] changed MongoDB to Redis --- docs/nosql/redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nosql/redis.md b/docs/nosql/redis.md index 53cb4f8..f741679 100644 --- a/docs/nosql/redis.md +++ b/docs/nosql/redis.md @@ -20,7 +20,7 @@ environment variable `CPHP_SERVICE_REDIS = 5.0.7` to the Behat configuration. ## Connecting to Redis -Because MongoDB runs in a dedicated container, each version has a specific local domain : +Because Redis runs in a dedicated container, each version has a specific local domain :