Login
Remember
Register
Ask a Question
The ____ command is used to append data to the beginning of an existing Memcached value for a specific key.
0
votes
asked
Jul 28, 2023
in
MemCached
by
sharadyadav1986
The ____ command is used to append data to the beginning of an existing Memcached value for a specific key.
Extend
Append
Prepend
Add
memcache-append-data
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 28, 2023
by
sharadyadav1986
C) Prepend
Reason:
The prepend command is used to append data to the beginning of an existing Memcached value for a specific key.
...