Skip to content

fix option '--max-clients' #53

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

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

muicoder
Copy link

@muicoder muicoder commented Apr 23, 2020

before

[root@localhost redis]# ./src/redis-cluster-proxy --max-clients 10000 127.0.0.1:7000
Invalid option '--max-clients' or invalid number of option arguments

......

after

[root@localhost redis]# ./src/redis-cluster-proxy --max-clients 10000 127.0.0.1:7000
[2020-04-23 15:35:24.828/M] Redis Cluster Proxy v999.999.999 (unstable)
[2020-04-23 15:35:24.829/M] Commit: (cf40f0b4/0)
[2020-04-23 15:35:24.829/M] Git Branch: unstable
[2020-04-23 15:35:24.829/M] PID: 55016
[2020-04-23 15:35:24.829/M] OS: Linux 3.10.0-862.11.6.el7.x86_64 x86_64
[2020-04-23 15:35:24.829/M] Bits: 64
[2020-04-23 15:35:24.829/M] Log level: info
[2020-04-23 15:35:24.829/M] Connections pool size: 10 (respawn 2 every 50ms if below 10)
[2020-04-23 15:35:24.830/M] Listening on *:7777
[2020-04-23 15:35:24.830/M] Starting 8 threads...
[2020-04-23 15:35:24.830/M] Fetching cluster configuration...
[2020-04-23 15:35:24.833/M] Cluster Address: 127.0.0.1:7000
[2020-04-23 15:35:24.833/M] Cluster has 3 masters and 3 replica(s)
[2020-04-23 15:35:24.871/M] All thread(s) started!

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.

1 participant