~brianaker/libmemcached/1251482

« back to all changes in this revision

Viewing changes to docs/memcached_auto.rst

  • Committer: Continuous Integration
  • Date: 2013-10-10 08:07:55 UTC
  • mfrom: (1166.1.3 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20131010080755-t4keifqfkq6v71jf
Merge lp:~brianaker/libmemcached/1220229 Build: jenkins-Libmemcached-362

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
expiration values, the operation will succeed by seeding the value for that
54
54
key with a initial value to expire with the provided expiration time. The
55
55
flags will be set to zero.The value is then returned via the uint32_t
56
 
value pointer you pass to it.
 
56
value pointer you pass to it. memcached_increment_with_initial is only available 
 
57
when using the binary protocol.
57
58
 
58
59
memcached_decrement_with_initial takes a key and keylength and decrements
59
60
the value by the offset passed to it. If the object specified by key does
62
63
expiration values, the operation will succeed by seeding the value for that
63
64
key with a initial value to expire with the provided expiration time. The
64
65
flags will be set to zero.The value is then returned via the uint32_t
65
 
value pointer you pass to it.
 
66
value pointer you pass to it. memcached_decrement_with_initial is only available
 
67
when using the binary protocol.
66
68
 
67
69
:c:func:`memcached_increment_by_key`, :c:func:`memcached_decrement_by_key`,
68
70
:c:func:`memcached_increment_with_initial_by_key`, and