Hey steve,

Not sure what your time is like lately, but i just noticed that there the php memcached library just hit 1.0.

http://us2.php.net/memcached

This is the one that's just a wrapper of the libmemcached c library, which is where most of the active development happens. It will be better.

Their exposed commands to PHP are very similar. I'm going to try adapting the existing memcache.php and see how far I get.

CommentFileSizeAuthor
#1 memcached.php.txt5.05 KBjoshk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joshk’s picture

FileSize
5.05 KB

Here's an initial cut. It works, but I'm totally unsure about the "Shared" aspects.

doq’s picture

Title: Adding memceched (not "memcache") method » Adding memcached (not "memcache") method
slantview’s picture

Status: Active » Fixed

Added. Thanks Josh! I think there is still quite a bit of work to get this engine to the point where it is fully utilizing the library. But this is a great start.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.