0

I'm using memcached extension in a PHP5 application. We're running a LAMP stack on Ubuntu Maverick (10.10). We're using memcached for a series of things, one of which is persisting user session among multiple applications.

My question is, is there a utility or UI to see what is inside a memcached server?

This would be an invaluable tool during development.

hakre
  • 193,403
  • 52
  • 435
  • 836
xzyfer
  • 13,937
  • 5
  • 35
  • 46

2 Answers2

1

You could always try Harun Yayli's memcache.php or this variation on memcache.php

Mark Baker
  • 209,507
  • 32
  • 346
  • 385
0

May be FastoNoSQL will be interesting for you.

enter image description here

Topilski Alexandr
  • 669
  • 1
  • 12
  • 34