0 votes
in MemCached by

If the key does not exist while appending the data using prepend command then what will be the result?

The prepend command will append at the end of the key if the key does not exist.

The prepend command will fail if the key does not exist.

The prepend command will append in the middle of any key if the key does not exist.

1 Answer

0 votes
by

B) The prepend command will fail if the key does not exist.

Reason:

The prepend command will fail if the key does not exist.

Related questions

0 votes
asked Jul 29, 2023 in MemCached by sharadyadav1986
0 votes
asked May 15, 2022 in Artificial Intelligence by SakshiSharma
...