zowe / api-layer

The API Mediation Layer provides a single point of access for mainframe service REST APIs.
Eclipse Public License 2.0
54 stars 63 forks source link

Installation of the redis #1324

Closed balhar-jakub closed 3 years ago

balhar-jakub commented 3 years ago

In the development context As part of the Zowe

The goal is to make sure that the setups are properly documented in an easy to understand way.

balhar-jakub commented 3 years ago

For this we have two different setups via docker-compose:

1) docker-compose-replica.yml 2) docker-compose-sentinel.yml

Replica starts master with replica and this work well locally and it's possible to set it up in a simple way.

Sentinel starts full setup of 3 sentinels, master and replica which is the minimal HA configuration.

CarsonCook commented 3 years ago

Added to readme for developers in apiml/GH1128/redis_off_platform. Added information for users to learn about redis as well as configure the caching service with redis to https://github.com/zowe/docs-site/pull/1506