Difference between revisions of "Memcached"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
install memcached for SME9 and above
+
install memcached for SME9 only
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">

Revision as of 19:33, 1 April 2024

install memcached for SME9 only

yum install smeserver-extrarepositories-remi
signal-event yum-modify
yum install memcached php*-pecl-memcached
config set memcached service status enabled TCPPort 11211 access local
cd /etc/rc.d/rc7.d
ln -s S50memcached /etc/rc.d/init.d/memcached
config set UnsavedChanges no
service memcached start