chickadee » memcached » with-server-connection

(with-server-connection H HOST PORT CMD ...)syntax

A convenience macro for creating and destroying a connection for a given set of commands. H is the name of the server handle that will be created. The connection is created before any of the forms CMD... are executed, and is destroyed after the last command is executed.