mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-03-08 11:05:38 +08:00
refactor: 数据库sql提示优化&机器终端支持全屏
This commit is contained in:
@@ -163,7 +163,7 @@ func (r *redisAppImpl) GetRedisInstance(id uint64, db int) *RedisInstance {
|
||||
}
|
||||
}
|
||||
|
||||
logx.Infof("连接redis: %s", re.Host)
|
||||
logx.Infof("连接redis: %s/%d", re.Host, db)
|
||||
if needCache {
|
||||
redisCache.Put(getRedisCacheKey(id, db), ri)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user