I installed the redis cartridge from here: https://github.com/smarterclayton/openshift-redis-cart
Installation is fine and redis works perfectly. However, when I run:
rhc cartridge-status redis -a <yourapp>
I get this: Using smarterclayton-redis-2.6 (Redis) for 'redis'
RESULT:
Redis is running
slave
Connect to: [url to application].rhcloud.com: password: [correct redis password]
Redis Sentinel is not running
According the the github page, that should instead give me the url to the redis instance with the port. Also, the info about the instance being a slave is wrong ?
Does anybody know how I could get the correct connection info ?