Hi Henrik, Thanks a lot for your response. One question please. May I know what is the difference between the following APIs. memcached_set(), memcached_set_by_key() memcached_get(), memcached_get_by_key() I guess both are functionally same, isn't it ? Thanks in advance for any response.
Regards Jitendra Henrik Schröder wrote: > On Tue, Dec 9, 2008 at 06:06, Jitendra <[EMAIL PROTECTED]> wrote: > > > > > But it is not working as desired. I guess I am wrong somewhere. > > > > > Yes, you are trying to use memcache as you would use a persistent storage. > It is not, it's a cache, items you put in memcache might not be there when > you want to retrieve them. > > > /Henrik
