On Oct 19, 10:16 am, Jorge <[email protected]> wrote:

> My question is: what is the best way of modifying the value, as an in-
> memory list.

    Just append the new value with some sort of separator.

> Can this be done on the memcached server, or do I need the client to
> pull the value out,
> modify it, and put it back in?

    If you need something more complex than append, you can build save
an arbitrarily complex transformations with CAS.

Reply via email to