Skip to content

Commit

Permalink
Merge pull request #397 from tom-dalton-fanduel/doc-client-connections
Browse files Browse the repository at this point in the history
Document the client_connections config option
  • Loading branch information
manjuraj committed Aug 6, 2015
2 parents 013b531 + 0f69053 commit 38ff5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -81,6 +81,7 @@ Furthermore, memory for mbufs is managed using a reuse pool. This means that onc
Twemproxy can be configured through a YAML file specified by the -c or --conf-file command-line argument on process start. The configuration file is used to specify the server pools and the servers within each pool that twemproxy manages. The configuration files parses and understands the following keys:

+ **listen**: The listening address and port (name:port or ip:port) or an absolute path to sock file (e.g. /var/run/nutcracker.sock) for this server pool.
+ **client_connections**: The maximum number of connections allowed from redis clients. Unlimited by default, though OS-imposed limitations will still apply.
+ **hash**: The name of the hash function. Possible values are:
+ one_at_a_time
+ md5
Expand Down

0 comments on commit 38ff5bd

Please sign in to comment.