I have just installed memcache on (not memcached) on Ubuntu 14.04 via
sudo pecl install memcache
the module is showing as loaded in phpinfo output.
But I cant see if the daemon is running.
I have tried
sudo ps -e | grep memcachesudo ps -e | grep memcachesudo service memcache status-> sudo: /etc/init.d/memcache: command not foundsudo /etc/init.d/memcache status-> memcache: unrecognized service
Most google searches give instructions for memcached which doesnt work for me
how can i check if memcache is running?