redis.connections maximum limit ?

28 views
Skip to first unread message

sureshbabu kasthuri

unread,
Apr 4, 2017, 1:14:29 AM4/4/17
to Redis DB
Hi friends,

Could anyone plz tell me about is there any way to find total_connections_received in redis server.

total_connections_received:37050

Currently my server showing above value where i find maximum capacity of connection_received ?




-- Suresh Kasthuri

hva...@gmail.com

unread,
Apr 4, 2017, 1:59:52 AM4/4/17
to Redis DB
total_connections_received is the count of the number of connections received by the redis-server process since it was launched.  It's not the number of simultaneous connections.

If you want to know the maximum number of simultaneous client connections that redis-server can support, then have a look at the https://redis.io/topics/clients documentation page.

CharSyam

unread,
Apr 4, 2017, 3:46:14 AM4/4/17
to redi...@googlegroups.com
You can easily see connected_clients with INFO commands

connected_clients:4
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to redis-db+u...@googlegroups.com.
> To post to this group, send email to redi...@googlegroups.com.
> Visit this group at https://groups.google.com/group/redis-db.
> For more options, visit https://groups.google.com/d/optout.

CharSyam

unread,
Apr 4, 2017, 3:46:55 AM4/4/17
to redi...@googlegroups.com
and if you want to maxclient setting just use
"config get maxclients"
Reply all
Reply to author
Forward
0 new messages