ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:memcached

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v5:userguide:memcached [2022/03/09 08:58] – [Adding Weighted Server Groups] dregadv5:userguide:memcached [2022/03/20 18:07] – [Adding Weighted Server Groups] fix syntax error in code sample dregad
Line 73: Line 73:
  
 $hosts = array( $hosts = array(
-    array('host'=>'192.168.86.91','port'=>'11211','weight'=>70) +    array('host'=>'192.168.86.91','port'=>'11211','weight'=>70), 
-    array('host'=>'192.168.86.92','port'=>'11211','weight'=>30)+    array('host'=>'192.168.86.92','port'=>'11211','weight'=>30),
     );     );
  
v5/userguide/memcached.txt · Last modified: 2022/03/29 18:29 by dregad