Template for running a redis persistent container.
You need oc (cli tool) locally installed
> oc new-app https://github.com/weepee-org/openshift-redis-persistent.git --name=redis
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