On Aug 8, 2:56 am, Kha Nguyen <[email protected]> wrote: > Hi Henrik, > > Thank for your reply ^^. > But I create memcache queue base on memcached. And the counter could > not be Set if available. > I will create new func like Add for counter.
I'd strongly suggest you not do this. There are good easy to use queues out there with proper job handling semantics. Look at beanstalkd and gearman for simple queues that will do the right thing. Memcached will not. You've encountered the first of many bugs.
