Skip to content

Working Directly with Memcached

Jonathan Guthrie edited this page Sep 17, 2013 · 1 revision

The Lasso client for Memcached also supports all the standard memcached calls — each command is documented at the end of this document. They can be access like so:

memcached->command(parameters)

The memcached client can also be used locally:

local(memcached) = memcached(array('127.0.0.1'))
Clone this wiki locally