Memcached

From Wikitech
(Difference between revisions)
Jump to: navigation, search
m
m
Line 1: Line 1:
 
Install a memcached server with  
 
Install a memcached server with  
  
  rpm -i /home/wikipedia/src/memcache/memcached-1.1.12-1.fc3.rf.x86_64.rpm
+
  cd /home/wikipedia/src/memcache/
 +
rpm -i libevent-1.1a-1.fc3.rf.x86_64.rpm memcached-1.1.12-1.fc3.rf.x86_64.rpm
 +
cp sysconfig-memcached /etc/sysconfig/memcached
 +
chkconfig memcached on
 +
service memcached start
  
 
Client configuration is in <tt>/home/wikipedia/common/php/mc-pmtpa.php</tt>
 
Client configuration is in <tt>/home/wikipedia/common/php/mc-pmtpa.php</tt>

Revision as of 18:27, 6 January 2007

Install a memcached server with

cd /home/wikipedia/src/memcache/
rpm -i libevent-1.1a-1.fc3.rf.x86_64.rpm memcached-1.1.12-1.fc3.rf.x86_64.rpm
cp sysconfig-memcached /etc/sysconfig/memcached
chkconfig memcached on
service memcached start

Client configuration is in /home/wikipedia/common/php/mc-pmtpa.php

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox