Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-05-16 20:08:33 +0800
Commit
c2938b4f341fbb2636344b181c897e7834e68499
1 parent
cfe7cdb3
增加注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
library/cache.js
library/cache.js
View file @
c2938b4
/**
* 缓存封装
* 前期使用 memcache, 写方法的时候考虑一下如何转换为 redis
* @author bikai kai.bi@yoho.cn
* @date 2016/05/16
*/
'use strict'
;
const
Promise
=
require
(
'bluebird'
);
const
Memcached
=
require
(
'memcached'
);
...
...
Please
register
or
login
to post a comment