I am trying to setup memcached on a server running RedHat PHP 5.6.25
I have successfully installed memcache but cannot find how to install memcached - is there a package available? If not how can I get it?
I have tried:
yum install php56w-pecl-memcached
yum install rh-php56-php-pecl-memcached
yum install rh-php56-php-memcached
but none of these are correct - the first installs memcached but not for RedHat and the second two are not correct packages.
Is there a workaround?