elbart / node-memcache

node.js memcached client
285 stars 64 forks source link

Update memcache.js #33

Open RichardSylvester opened 11 years ago

RichardSylvester commented 11 years ago

-Added correct "cas" functionality (Check and Set)

-Added "gets" command to be used in conjunction with the "cas" command as having cas without gets is pointless.