Skip to content
New issue

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

!!! Redmon has shit the bed, restarting... ERR operation not permitted #24

Closed
ZhangHanDong opened this issue Sep 5, 2012 · 4 comments
Closed

Comments

@ZhangHanDong
Copy link

redmon -r redis://redispassword@127.0.0.1:6379

output:

!!! Redmon has shit the bed, restarting... ERR operation not permitted

@steelThread
Copy link
Owner

Hmm. redis-rb is using URI to parse the :url option. In theory this should work if you use a url like redis://:password@127.0.0.1:6379. I tried the this in irb it is pulled the password out correctly. I need to look a little deeper into this. At one point it worked.

@ZhangHanDong
Copy link
Author

redmon -r redis://:redispassword@127.0.0.1:6379

it doesn't work.

@steelThread
Copy link
Owner

will push a new version to ruby gems in a bit.

@steelThread
Copy link
Owner

v0.0.4 has been pushed to rubygems. give it a try and let me know this is resolved for you. keep in mind that you are going to be required to include the colon for the redis_url value. ie redis://:password@127.0.0.1:6379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants