how can manage the contents in memcached server?

David Phillips david at acz.org
Wed Sep 7 07:10:23 PDT 2005


On 9/6/05, jzz <jzz_zh at 163.com> wrote:
>        i find there is a problem about manageing the real contents i store in
> memcached server:i need a list of the keys .the keys i used to map my
> contents in server.
>        sadly.i find no existing api i can use.i want use the api to know all the
> keys i used.
>        so,i have to use other array which is a list to record the  key i used.
> this array is like the function of index to Databace.

memcached is a CACHE, not a database.  It sounds like you want a database.

-- 
David Phillips <david at acz.org>
http://david.acz.org/


More information about the memcached mailing list