1MEMTOUCH(1)                  libmemcached-awesome                  MEMTOUCH(1)
2
3
4

NAME

6       memtouch - libmemcached Documentation
7

SYNOPSIS

9       memtouch [options] <key>
10

DESCRIPTION

12       memtouch does a "touch" on the specified key.
13

OPTIONS

15       --help Display help.
16
17       --version
18              Display version.
19
20       --quiet
21              Operate quietly.
22
23       --verbose
24              Operate more verbosely.
25
26       --debug
27              See --verbose.
28
29       --servers <list of servers>
30              Specify   the   list   of   servers   as  hostname[:port][,host‐
31              name[:port]...].
32
33       --binary
34              Enable binary protocol.
35
36       --expire <expiration>
37              Use expiration seconds (or a UNIX timestamp).
38
39       --hash <algorithm>
40              Use     algorithm     as      key      hash      algo.       See
41              memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.
42
43       --username <username>
44              Use username for SASL authentication.
45
46       --password <password>
47              Use password for SASL authentication.
48

SEE ALSO

50       memcached(1) libmemcached(3)
51
52C/C++ Client Library for memcached
53
54Update expiration on a key
55
56
57
58
591.1                              Nov 09, 2022                      MEMTOUCH(1)
Impressum