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       -h|--help
16              Display help.
17
18       -V|--version
19              Display version.
20
21       -q|--quiet
22              Operate quietly.
23
24       -v|--verbose
25              Operate more verbosely.
26
27       -d|--debug
28              See -v|--verbose.
29
30       -s|--servers <list of servers>
31              Specify   the   list   of   servers   as  hostname[:port][,host‐
32              name[:port]...].
33
34       -n|--non-blocking
35              Enable non-blocking operations.
36
37       -N|--tcp-nodelay
38              Disable Nagle's algorithm.
39
40       -b|--binary
41              Enable binary protocol.
42
43       -B|--buffer
44              Buffer requests.
45
46       -u|--username <username>
47              Use username for SASL authentication.
48
49       -p|--password <password>
50              Use password for SASL authentication.
51
52       -H|--hash <algorithm>
53              Use     algorithm     as      key      hash      algo.       See
54              memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.
55
56       -e|--expire <expiration>
57              Use expiration seconds (or a UNIX timestamp).
58

ENVIRONMENT

60       MEMCACHED_SERVERS
61              Specify a list of servers.
62

NOTES

64   PROGRAM PREFIX
65       The  prefix  of  this program is variable, i.e. it can be configured at
66       build time.
67
68       Usually the client programs of libmemcached-awesome are  prefixed  with
69       mem, like memcat or memcp.
70
71       It can be configured, though, to replace the prefix with something else
72       like mc, in case of that, the client programs  of  libmemcached-awesome
73       would be called mccat, mccp, etc. respectively.
74

SEE ALSO

76       memcached(1) libmemcached(3)
77
78C/C++ Client Library for memcached
79
80Update expiration on a key
81
82
83
84
851.1                              Jul 20, 2023                      MEMTOUCH(1)
Impressum