Re: Data Visualizer for MemCached

2012-11-01 Thread Romain Pelisse
Hi all,


Thanks for your replies. You are right, I did NOT think this through -
class information is indeed needed to be able to display the data. I
somehow (stupidly) belived that the data will be as plan as JSON, but of
course, it's not...

Thanks !


On 1 November 2012 13:22, Roberto Spadim rspa...@gmail.com wrote:

 i don't know but theres others nosql that help you with audit, try
 redis and check if it can help

 2012/11/1 Xu Di xudi...@gmail.com:
  On Wed, Oct 31, 2012 at 05:07:08PM +0100, Romain Pelisse wrote:
  Hi all,
 
  I'm wondering if there is tool outthere to browse and explore (with
 GUI)
  the content of a MemCache instance. The raltionale behind that is that,
 our
  data are mostly for audit, and - when the need arise, our ops people
 needs
  to be able to browse/query the cache's data to retrieve those audit
  information...
 
 
  Hi, memcache is intended for cache some hot content to make web
  respond faster, not for permanent storage, so if you want to audit
  some data, it must be stored some other places like database, so for
  that purpose you can use some gui tools for database to do auditing



 --
 Roberto Spadim




-- 
Romain PELISSE,
*The trouble with having an open mind, of course, is that people will
insist on coming along and trying to put things in it -- Terry Pratchett*
Belaran ins Prussia (blog) http://blog.wordpress.belaran.eu/ (...
finally up and running !)


Data Visualizer for MemCached

2012-10-31 Thread Romain Pelisse
Hi all,

I'm wondering if there is tool outthere to browse and explore (with GUI)
the content of a MemCache instance. The raltionale behind that is that, our
data are mostly for audit, and - when the need arise, our ops people needs
to be able to browse/query the cache's data to retrieve those audit
information...


-- 
Romain PELISSE,
*The trouble with having an open mind, of course, is that people will
insist on coming along and trying to put things in it -- Terry Pratchett*
Belaran ins Prussia (blog) http://blog.wordpress.belaran.eu/ (...
finally up and running !)


RE : setting up memcache for java based application running in tomcat windows

2010-07-30 Thread Romain Pelisse
A normal set up of memcached should do. Google for how to install memcached
on Windows and you'll get what you want. Then, to use memcached with your
java app,  you can pick one of the existing Java client...

Le 30 juil. 2010 06:06, venkat dumpala.venk...@gmail.com a écrit :

Hey .. I am excited to use the memcache to test for my tomcat web
application running in windows can some one guide to setup ?