how can manage the contents in memcached server?
Alex Stapleton
alexs at advfn.com
Wed Sep 7 08:23:29 PDT 2005
No. Your application should be capable of handling cache misses for
you and memcached will cycle things out of memory if it starts to run
out, unless you configure it not to of course. There is no need to
manage the data that it stores. Unless you have a reason? In which
case you should explain it fully so that we can help you.
On 7 Sep 2005, at 16:17, 张进 wrote:
> David Phillips,您好!
>
> no,i just want manager my data stored in memcache
>
> if u have more than 10 thousands records in Memcache,and the
> datas need be synchronously with DB, u will be same as me.....trust
> me.
>
> ======= 2005-09-07 22:10:23 您在来信中写道:=======
>
>
>> 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/
>>
>
> = = = = = = = = = = = = = = = = = = = =
>
>
> 致
> 礼!
>
>
> 张进
> jzz_zh at 163.com
> 2005-09-07
>
>
More information about the memcached
mailing list