Adding memcached (not "memcache") method
joshk - July 11, 2009 - 23:58
| Project: | Cache Router |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Hey steve,
Not sure what your time is like lately, but i just noticed that there the php memcached library just hit 1.0.
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.

#1
Here's an initial cut. It works, but I'm totally unsure about the "Shared" aspects.
#2
#3
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.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.