• I am using elasticache memcached (1.4.24) so my wordpress site needs to connect to a remote server, how to I define that remote server with memcached-redux?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Based on this code:

    	function WP_Object_Cache() {
    		global $memcached_servers;
    
    		if ( isset( $memcached_servers ) )
    			$buckets = $memcached_servers;
    		else
    			$buckets = array( '127.0.0.1' );
    

    And the fact that $memcached_servers aren’t defined anywhere, I think you could define that and use it? Not 100% sure though…

Viewing 1 replies (of 1 total)
  • The topic ‘Change location of memcache server’ is closed to new replies.