提交 f9608cce 编写于 作者: zlt2000's avatar zlt2000

fix #I1LPAV

上级 b15d4d1a
...@@ -88,7 +88,7 @@ public class RedisClientDetailsService extends JdbcClientDetailsService { ...@@ -88,7 +88,7 @@ public class RedisClientDetailsService extends JdbcClientDetailsService {
* @param clientId * @param clientId
*/ */
private void removeRedisCache(String clientId) { private void removeRedisCache(String clientId) {
redisTemplate.opsForValue().get(clientRedisKey(clientId)); redisTemplate.delete(clientRedisKey(clientId));
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册