This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Gerard Gualberto (author)
Thu Jul 23 16:55:31 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jun 02 12:26:42 -0700 2009 | |
| |
AsyncSocket.h | Sun Jul 13 10:19:03 -0700 2008 | |
| |
AsyncSocket.m | Thu Jul 23 17:44:41 -0700 2009 | |
| |
EchoServer.h | Thu Jul 23 17:45:04 -0700 2009 | |
| |
EchoServer.m | Thu Jul 23 17:45:04 -0700 2009 | |
| |
English.lproj/ | Thu Jul 23 17:45:04 -0700 2009 | |
| |
Info.plist | Thu Jul 10 17:14:39 -0700 2008 | |
| |
LogDelegate.h | Sun Jul 13 13:34:56 -0700 2008 | |
| |
LogDelegate.m | Thu Jul 23 17:44:41 -0700 2009 | |
| |
LogInfo.h | Sun Jul 13 13:34:56 -0700 2008 | |
| |
LogInfo.m | Sun Jul 13 13:34:56 -0700 2008 | |
| |
MemcacheSnapshot.h | Thu Jul 23 17:45:04 -0700 2009 | |
| |
MemcacheSnapshot.m | Thu Jul 23 17:45:04 -0700 2009 | |
| |
README | Thu Jul 17 10:55:42 -0700 2008 | |
| |
Runner.h | Thu Jul 10 17:14:39 -0700 2008 | |
| |
Runner.m | Thu Jul 23 17:44:41 -0700 2009 | |
| |
ValueInfo.h | Fri Jul 18 14:37:56 -0700 2008 | |
| |
ValueInfo.m | Thu Jul 23 17:44:41 -0700 2009 | |
| |
data_AppDelegate.h | Thu Jul 23 17:44:41 -0700 2009 | |
| |
data_AppDelegate.m | Thu Jul 23 17:45:04 -0700 2009 | |
| |
executable/ | Tue Jun 02 12:26:42 -0700 2009 | |
| |
main.m | Thu Jul 10 17:14:39 -0700 2008 | |
| |
mcinsight.xcodeproj/ | Thu Jul 23 17:45:04 -0700 2009 | |
| |
mcinsight_Prefix.pch | Thu Jul 10 17:14:39 -0700 2008 | |
| |
protocol.txt | Thu Jul 10 17:14:39 -0700 2008 |
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.







