过期时间操作
检索文档并设置失效时间
bucket.getAndTouch("xiaoming",4, function(err, result) {
console.log(result);
});bucket.touch("xiaoming1",60, function(err, result) {
console.log(result);
});Last updated
bucket.getAndTouch("xiaoming",4, function(err, result) {
console.log(result);
});bucket.touch("xiaoming1",60, function(err, result) {
console.log(result);
});Last updated