+1.0.8
+* Added support for setting options via ENV variable LIBMEMCACHED
+
1.0.7 Sat Apr 28 00:48:29 PDT 2012
* Add API call for exist calls.
* Update all license files to be BSD.
SYNOPSIS
--------
-#include <libmemcached/memcached.h>
+#include <libmemcached-1.0/memcached.h>
+
+.. envvar:: LIBMEMCACHED
.. c:function:: memcached_st *memcached(const char *string, size_t string_length)
a NULL. If a NULL passed in then a structure is allocated for you.
Please note, when you write new application use
-:c:func:`memcached` over
-:c:func:`memcached_create`.
+:c:func:`memcached` over :c:func:`memcached_create`.
:c:func:`memcached_clone` is similar to :c:func:`memcached_create` but
it copies the defaults and list of servers from the source