Skip to content

Commit

Permalink
fix: ignore redis ping error
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Jan 6, 2025
1 parent a5aa936 commit 346f83d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/aiproxy/common/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func InitRedisClient() (err error) {
_, err = RDB.Ping(ctx).Result()
if err != nil {
log.Errorf("failed to ping redis: %s", err.Error())
return err
}

return nil
Expand Down

0 comments on commit 346f83d

Please sign in to comment.