↧
Answer by Katerina Parperi for 3rd-Eden memcached append json data
As far as I know, the append function appends a string to the stored value as it can't handle any other data types. So when you append, you will have to do JSON.stringify() on the value and add any...
View Article3rd-Eden memcached append json data
I am running a local instance of memcached and using 3rd-Eden memcached library to interface with it. The cache is used to store some JSON data, but sometimes I want to append new fields to the...
View Article