Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 488 Bytes

redis

Template for running a redis persistent container.

Installation (easy!)

You need oc (cli tool) locally installed

> oc new-app https://github.com/weepee-org/openshift-redis-persistent.git --name=redis

Scaling

Create additional redis services with another naming scheme like

> oc new-app https://github.com/weepee-org/openshift-redis-persistent.git --name=redis0
> oc new-app https://github.com/weepee-org/openshift-redis-persistent.git --name=redis1