get

英[get] 美[ɡɛt]

vt. Get; catch; persuade; receive (punishment, etc.)

vt.& vi. Arrive, come

vi. Become; start; try to deal with; obtain benefits or wealth

n. Reproduce, cub; profit

Third person singular : gets present participle: getting past tense: got past participle: got gotten

memcached gets command syntax

Function: Get the value (data value) stored with the CAS token. If the key does not exist, return empty.

Syntax: gets key1 key2 key3

Parameters:

Parameter Description
keyKey value The key in the key-value structure is used to find the cache value.

memcached gets command example

set runoob 0 900 9
memcached
STORED
gets runoob
VALUE runoob 0 9 1
memcached
END