Easy Tutorial
❮ Memcached Stats Items Home ❯

Memcached Append Command

The Memcached append command is used to append data to the existing value of a key.

Syntax:

The basic syntax format for the append command is as follows:

append key flags exptime bytes [noreply]
value

Parameter descriptions are as follows:

Example

Here is an example:

Output

If the data is added successfully, the output will be:

STORED

Output information descriptions are as follows:

❮ Memcached Stats Items Home ❯