|
|
|
|
|
by brickteacup
814 days ago
|
|
I actually can't tell whether you're serious... The article mentions an `append` operation which is obviously not commutative; does that imply memcached needs a separate "appendable" string type? Of course not. Memcached only guarantees that the individual operations are atomic, it's the client's responsibility to avoid race conditions between multiple operations. |
|
I begin to wonder about this programming culture. Speed at generating LOC, doesn't necessarily have to work IRL...