feat: .env.example

This commit is contained in:
sittichok Ouamsiri
2026-06-15 21:45:29 +07:00
parent bea934fc14
commit 9b550f4be2
4 changed files with 42 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func (c *Container) buildInfra(ctx context.Context) (*infra, error) {
if err != nil {
return nil, err
}
cache, err := rediscache.New(ctx, c.cfg.RedisAddr, c.cfg.RedisPassword, c.cfg.RedisDB)
cache, err := rediscache.New(ctx, c.cfg.RedisAddr, c.cfg.RedisPassword, c.cfg.RedisDB, c.cfg.RedisKeyPrefix)
if err != nil {
pool.Close()
return nil, err