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
Current version ignores the port value in a config file and listens on port 6109 only
My skills in python is not great enough to resolve this, however can see the issue is in redispot/redisdeploy.py on line 86:
def reddeploy(port=6109,method='stdout'):
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current version ignores the port value in a config file and listens on port 6109 only
My skills in python is not great enough to resolve this, however can see the issue is in redispot/redisdeploy.py on line 86:
def reddeploy(port=6109,method='stdout'):
Thanks
The text was updated successfully, but these errors were encountered: