From e748a514f843b32b2c5ce8b0103d6abdf995f700 Mon Sep 17 00:00:00 2001 From: jiahuiwen <1024696487@qq.com> Date: Wed, 26 Dec 2018 15:05:03 +0800 Subject: [PATCH] =?UTF-8?q?redis=20key=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/ljsd/redis/RedisKey.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ljsd/redis/RedisKey.java b/src/main/java/com/ljsd/redis/RedisKey.java index ad8e10c..a28744f 100644 --- a/src/main/java/com/ljsd/redis/RedisKey.java +++ b/src/main/java/com/ljsd/redis/RedisKey.java @@ -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"; }