feat: 优化代码

This commit is contained in:
tbphp
2025-07-11 13:47:36 +08:00
parent e7f0270d82
commit 395d48c3e7
7 changed files with 10 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ func NewStore(cfg types.ConfigManager) (Store, error) {
return nil, fmt.Errorf("failed to connect to redis: %w", err)
}
logrus.Info("Successfully connected to Redis.")
logrus.Debug("Successfully connected to Redis.")
return NewRedisStore(client), nil
}