smarterclayton / openshift-redis-cart

Deploy Redis to OpenShift
rediscart-claytondev.rhcloud.com
95 stars 41 forks source link

cartridge status sends wrong info ? #9

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi,

I installed the redis cartridge for a test Nodejs 0.10 application. When I ssh into the machine, everything's great:

However, because I want to access the redis instance directly from my local machine, here's what I get from rhc cartridge-status redis -a <appname>:

Using smarterclayton-redis-2.6 (Redis) for 'redis'

RESULT:

Redis is running slave Connect to: : password:

Redis Sentinel is not running Weird stuff: 1- it says the redis instance is in slave mode 2 - the "Connect to" URL is for the application, not the redis instance 3 - the password is indeed the redis instance's password I'm really confused here
aschmid commented 9 years ago

same here. cant figure out the correct public port and how to access the db

RESULT:

Redis is running slave Connect to: foobar.rhcloud.com: password: pwd Redis Sentinel is not running

sman591 commented 9 years ago

Same issue as @aschmid