Memcached The Multiple The parameters are described as follows: In the following example, we use the
get
command to get the data stored in the
key
in (key)
value
(data value) if
key
does not exist, empty is returned. 1.11.1. Syntax: ¶
get
basic syntax format of the command is as follows:get key
key
separated by spaces, as follows:get key1 key2 key3
key
:Key value
key-value
in the structure
key
used to find cached values 1.11.2. Example ¶
runoob
as
key
the expiration time is set to 900 secondsset runoob 0 900 9
memcached
STORED
get runoob
VALUE runoob 0 9
memcached
END