Skip to content

Commit

Permalink
Update redis.conf:maxclients directive docs/reference/clients.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Dougherty <[email protected]>
  • Loading branch information
lukmdo and dwdougherty committed Jan 2, 2024
1 parent ef69fdf commit a24a830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ However, Redis does the following two things when serving clients:
In Redis 2.4 there was a hard-coded limit for the maximum number of clients
that could be handled simultaneously.

In Redis 2.6 and newer, this limit is configurable by `maxclients` directive in `redis.conf` (set by default to 10000 clients).
In Redis 2.6 and newer, this limit is configurable setting the `maxclients` directive in `redis.conf`. The default is 10,000 clients.

However, Redis checks with the kernel what the maximum number of file
descriptors that we are able to open is (the *soft limit* is checked). If the
Expand Down

0 comments on commit a24a830

Please sign in to comment.