libmemcache Questions

2

Solved

I'm trying to perform a pecl install memcache with XAMPP on OS X Yosemite, but it fails to find zlib, producing this error: checking for the location of ZLIB... no checking for the location of...
Huebner asked 19/4, 2015 at 7:10

2

I want to list all the keys stored in the memcached server. I googled for the same, I got some python/php scripts that can list the same. I tested it but all went failed and none gave me full keys...
Oeuvre asked 23/2, 2013 at 13:9

2

Solved

Running an application using php 5.4 on AWS using the Amazon Linux. PHP version is PHP 5.4.28. memcache lib installed from the AWS repo is php54-pecl-memcache-3.0.8-1.11.amzn1.x86_64 I have verif...
Pustulant asked 12/6, 2014 at 12:36

2

Solved

I have been trying for the whole day to understand and code for Memcache with PHP but I am getting confused at few points. I have gone through many articles and almost every SO questions related th...
Rebuild asked 31/12, 2013 at 20:25

2

Solved

I have the following code: $cluster['local'] = array('host' => '192.168.1.1', 'port' => '11211', 'weight' => 50); $cluster['local2'] = array('host' => '192.168.1.2', 'port' => '1121...
Barmaid asked 23/5, 2010 at 13:23
1

© 2022 - 2024 — McMap. All rights reserved.