On 6/20/07, skywind <[EMAIL PROTECTED]> wrote:
Hello memcached !
My project is using memcached now, i wonder if memcached can add
LOCK/UNLOCK Command ?
EXPLANATION:
it would seem to me that since memcached is not considered a
'reliable' storage mechanism you should handle the transactions as
close to the data source as possible, and use normal cache
resetting/recaching methods after a successful update of the backend
storage.
i don't think anyone on this list would suggest using memcached as a
database or source of data. it is purely for distributed caching of
data to offload databases and such.