Since users/fans of memcached will be reading this I wanted to ask a quick question: I wrote a debug version of memcached in Python that has a couple of "x" commands in it - xdump which dumps all the data in the hash using the same return format as get and xtrace which keeps the connection open and dumps the incoming commands, values and results as they come in.<p>I was thinking of writing an Adobe Air app that uses xdump and xtrace to let you view/edit usage of memcached. A friend has a project on github that lets you do this in 1 app on a mac but the Air app would be cross platform.<p>Thoughts on releasing this as an open source project?<p>btw, the Mac app is at <a href="http://github.com/gerardg/mcinsight" rel="nofollow">http://github.com/gerardg/mcinsight</a> - its a fork of another project.