Skip to content

Commit

Permalink
redis -> valkey 업그레이드 (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
devunt committed Nov 3, 2024
1 parent a68c782 commit 5828590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/bedrock/pulumi/aws/elasticache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const subnetGroup = new aws.elasticache.SubnetGroup('private', {

const cluster = new aws.elasticache.ReplicationGroup('penxle', {
replicationGroupId: 'penxle',
description: 'Redis cluster',
description: 'Valkey cluster',

engine: 'redis',
engineVersion: '7.1',
engine: 'valkey',
engineVersion: '7.2',

nodeType: 'cache.t4g.micro',

Expand Down

0 comments on commit 5828590

Please sign in to comment.