Skip to content

Commit

Permalink
Update docs/reference/clients.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdougherty committed Jan 2, 2024
1 parent a24a830 commit 405b490
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 setting the `maxclients` directive in `redis.conf`. The default is 10,000 clients.
In Redis 2.6 and newer, this limit is configurable using 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 405b490

Please sign in to comment.