We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Team,
I have configured the plugin with local instance its working fine,but its not working with bluemix instance
Please see the cfg file details,see the below yaml config files redis: - name: bmix-dal-yp-1b8fcbb4-00dd-41c2-bd51-3ac7ec79da56 host: bluemix-sandbox-dal-9-portal.8.dblayer.com port: 30462 db_count: 16 password: LTOHZGXGCZXVXBTL #path: /var/run/redis/redis.sock - name: Redis host: localhost port: 6379 db_count: 16 #password: foo # [OPTIONAL] #path: /var/run/redis/redis.sock
please help me on how to pass the URL and username for bluemix instance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team,
I have configured the plugin with local instance its working fine,but its not working with bluemix instance
Please see the cfg file details,see the below yaml config files
redis:
- name: bmix-dal-yp-1b8fcbb4-00dd-41c2-bd51-3ac7ec79da56
host: bluemix-sandbox-dal-9-portal.8.dblayer.com
port: 30462
db_count: 16
password: LTOHZGXGCZXVXBTL
#path: /var/run/redis/redis.sock
- name: Redis
host: localhost
port: 6379
db_count: 16
#password: foo # [OPTIONAL]
#path: /var/run/redis/redis.sock
please help me on how to pass the URL and username for bluemix instance
The text was updated successfully, but these errors were encountered: