I'm using Memcached in a Laravel PHP app. From Javascript, I'm making two AJAX requests back to back a route that will add a different key per call to Memcached (using the "add" function) with a value of 1 with a 30 second timeout. I'm using memcached as a crude locking system:
Add a 1 to a key Do some work Delete key The problem is that one of the two "adds" results in Memcached::OPT_CONNECT_TIMEOUT I can't for the live of me figure out why two different keys would cause this. Can anyone offer any suggestions? Thanks! -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
