• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    Objective-C
  • Created over 16 years ago
  • Updated over 14 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

gui version of memcached for development
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.