Skip to content

neutroncreations/mcinsight

 
 

Repository files navigation

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.

About

gui version of memcached for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 85.1%
  • C 14.9%