Commit 241621ec by 王昆

'整理rediskey'

parent 10a5b2b5
......@@ -5,7 +5,7 @@ class BMUserCache extends CacheBase {
constructor() {
super();
this.bmuserDao = system.getObject("db.bmuserDao");
this.globalKeyPrefix = "applet_bmuser";
this.globalKeyPrefix = "bpo:xgg:applet_bmuser:";
}
async del(openid) {
var key = this.globalKeyPrefix + "_" + openid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment