Skip to content

Commit

Permalink
mymaster -> myprimary
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro committed Jan 3, 2025
1 parent 33decb2 commit 93911d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/redis/redis.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class RedisConfig {
public REDIS_PREFIX = 'y';

@IsString()
public REDIS_SENTINEL_NAME = 'mymaster';
public REDIS_SENTINEL_NAME = 'myprimary';

@IsString()
@ValidateIf((o: RedisConfig) => o.REDIS_CLUSTER_ENABLED)
Expand Down

0 comments on commit 93911d1

Please sign in to comment.