Skip to content

makseo/cakephp_memcacheq_behavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CakePHP MemcacheQ Behavior

If you are working with Queue Service MemcacheQ (http://memcachedb.org/memcacheq/) in your CakePHP project, you might find this bihavior

It`s used like any other Behavior in CakePHP

public $actsAs = array('Memcacheq');

To change default settings

$settings = array
(
    'hostname' => '127.0.0.1',
    'port' => 22222,
    'timeout' => 10,
    'pconnect' => true,
);

$this->Model->Behaviors->Memcacheq->setup($this->Model, array('pconnect' => true));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages