修正redis刷新token报错

This commit is contained in:
wzy
2022-03-03 14:04:34 +08:00
parent 8b04935e01
commit e4c31c5bd8
2 changed files with 18 additions and 9 deletions

View File

@@ -147,5 +147,10 @@ public class RedisConnection {
public void setConn(Jedis conn) {
this.conn = conn;
}
public Pipeline getPipeline() {
return pipeline;
}
}