Skip to content

Conversation

@Negashev
Copy link

I think this will help some developers to make a secure cluster

Copy link
Contributor

@zheplusplus zheplusplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for you patch.

I'm not sure if it's a good idea to configure the same password auth for each Redis in a cluster. There is some discussion that suggest usage of firewalls rather than a password.


# Distribution / packaging
.Python
.idea/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use an IDE that leaves something in the project directory, please add it to your gitignore_global.

__version__ = '0.5.0'
REPO = 'https://github.com/HunanTV/redis-trib.py'
__version__ = '0.0.1'
REPO = 'https://github.com/Negashev/redis-trib.py'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will appreciate if you could take care of this project but could you please use a higher version number?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure



def create(host_port_list, max_slots=1024):
def create(host_port_list, password=None, max_slots=1024):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new optional parameter should be append after existing parameters for API compatible.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I try to fix it

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

Successfully merging this pull request may close these issues.

2 participants