public
Description: gui version of memcached for development
Homepage:
Clone URL: git://github.com/andrewfromcali/mcinsight.git
Gerard Gualberto (author)
Thu Jul 23 16:55:31 -0700 2009
andrewfromcali (committer)
Thu Jul 23 17:45:04 -0700 2009
name age message
file .gitignore Tue Jun 02 12:26:42 -0700 2009 Handle flush_all command Signed-off-by: Andrew... [Joshua Miller]
file AsyncSocket.h Sun Jul 13 10:19:03 -0700 2008 fixed socket tags to respect multiple clients w... [aa]
file AsyncSocket.m Thu Jul 23 17:44:41 -0700 2009 [ADDED] Filtering works [ADDED] Buttons to "flu... [Gerard Gualberto]
file EchoServer.h Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
file EchoServer.m Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
directory English.lproj/ Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
file Info.plist Thu Jul 10 17:14:39 -0700 2008 check in of poc code [aa]
file LogDelegate.h Sun Jul 13 13:34:56 -0700 2008 added log section [aa]
file LogDelegate.m Thu Jul 23 17:44:41 -0700 2009 [ADDED] Filtering works [ADDED] Buttons to "flu... [Gerard Gualberto]
file LogInfo.h Sun Jul 13 13:34:56 -0700 2008 added log section [aa]
file LogInfo.m Sun Jul 13 13:34:56 -0700 2008 added log section [aa]
file MemcacheSnapshot.h Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
file MemcacheSnapshot.m Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
file README Thu Jul 17 10:55:42 -0700 2008 Added newline at end [stangel]
file Runner.h Thu Jul 10 17:14:39 -0700 2008 check in of poc code [aa]
file Runner.m Thu Jul 23 17:44:41 -0700 2009 [ADDED] Filtering works [ADDED] Buttons to "flu... [Gerard Gualberto]
file ValueInfo.h Fri Jul 18 14:37:56 -0700 2008 fix incr decr again [aa]
file ValueInfo.m Thu Jul 23 17:44:41 -0700 2009 [ADDED] Filtering works [ADDED] Buttons to "flu... [Gerard Gualberto]
file data_AppDelegate.h Thu Jul 23 17:44:41 -0700 2009 [ADDED] Filtering works [ADDED] Buttons to "flu... [Gerard Gualberto]
file data_AppDelegate.m Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
directory executable/ Tue Jun 02 12:26:42 -0700 2009 Handle flush_all command Signed-off-by: Andrew... [Joshua Miller]
file main.m Thu Jul 10 17:14:39 -0700 2008 check in of poc code [aa]
directory mcinsight.xcodeproj/ Thu Jul 23 17:45:04 -0700 2009 [ADDED] Lots of formating changes. [REMOVED] To... [Gerard Gualberto]
file mcinsight_Prefix.pch Thu Jul 10 17:14:39 -0700 2008 check in of poc code [aa]
file protocol.txt Thu Jul 10 17:14:39 -0700 2008 check in of poc code [aa]
README
After learning how to use Cocoa classes, I started to write "mcinsight" 
(mem cache insight).
The idea is to run this stand alone mac application on your dev system 
instead of a real memcached server.  When you launch it, it opens a socket 
server on port 11211 (default memcached port) and does everything a real 
memcached does but with a GUI on top.

You can see every key, click on it and see it's value, it's size, etc.  
You can sort by keyname, expiring time, etc.  

Sorry, no windows or linux version. Have to upgrade to mac.