Comment to Memcache Setup
-
Hi again,
After some more research, I found memcached-tools. When I run
memcached-tool 127.0.0.1:11211 stats
I show it's running and has 10 connections, but almost no bytes read or written and 0 total items. Running
memcached-tool 127.0.0.1:11211 dump
shows nothing stored.
I assume I'm missing something, but so far I'm not seeing anything.
James