On Mar 22, 4:20 am, gf <[email protected]> wrote:
> Hello. It would be great to add  new "wait timeout" argument to the get
> () method. If it is defined and the key doesn't exists a the moment,
> client should wait untill the key will be added or untill the timeout
> will be reached (client gets false in this case) and get feedback as
> soon as possible.
> It can be used at many cases.

   ...however, none of these cases are applicable to a cache.  The
cache has data or it doesn't.  Building a blocking queue inspired by
the memcached protocol is one thing, but support for such things
*within* memcached doesn't make all that much sense.

Reply via email to