redis key修改

master
jiahuiwen 2018-12-26 15:05:03 +08:00
parent 0e089cddef
commit e748a514f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
package com.ljsd.redis;
public interface RedisKey {
String TOKEN = "TOKEN";
String TOKEN = "JL_TOKEN";
/**
*
*/
String USER_SERVER_INFO = "USER_SERVER_INFO";
String USER_SERVER_INFO = "JL_USER_SERVER_INFO";
}