hiddenid01 / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Redis Info Command Description of Result #436

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Upon running the info command in redis this is what I get:

edis_version:0.07
connected_clients:1
connected_slaves:0
used_memory:3187
changes_since_last_save:0
last_save_time:1237655729
total_connections_received:1
total_commands_processed:1
uptime_in_seconds:25
uptime_in_days:0

Can someone explain to me what each mean?
How will I know the connections that are active? If my pool is working 
properly? etc...

Original issue reported on code.google.com by katpadil...@gmail.com on 19 Jan 2011 at 6:24

GoogleCodeExporter commented 8 years ago
It would be really nice to have a detailed description of every and each values 
returned by INFO commands (f.e. in the relative webpage: 
http://redis.io/commands/info)

Original comment by matrixhasu on 20 Apr 2011 at 1:17

GoogleCodeExporter commented 8 years ago
Any update on this request?

Original comment by liux...@gmail.com on 27 Jan 2012 at 3:41