@blitzm/aws-elastic-cache-redis
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Blitzm Cloud - AWS Elastic Cache for Redis

@blitzm/aws-elastic-cache-redis is a pulumi component that simplifies the deployment of Elastic cache for Redis within the same vpc of your cluster in AWS.

Installation

This package can be installed using npm

npm install --save --save-exact @blitzm/aws-elastic-cache-redis

Usage

import { AWSElasticCacheCluster } from '@blitzm/aws-elastic-cache-redis'

const redis = new AWSElasticCacheCluster("redis", {
  vpc: cluster.vpc,
  nodeType: "cache.m5.large",
  // check this potential issue here: 
  // https://github.com/hashicorp/terraform-provider-aws/issues/15625
  engineVersion: "6.0.5",
  parameterGroupName: "default.redis6.x"
});

// the connection string will be available
export const redisConnectionUrl = redis.connectionString;

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Blitzm

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.01latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.01
0.1.00

Package Sidebar

Install

npm i @blitzm/aws-elastic-cache-redis

Weekly Downloads

1

Version

0.2.0

License

Blitzm

Unpacked Size

11.6 kB

Total Files

7

Last publish

Collaborators

  • tim-blitzm
  • blitzm-sean
  • blitzm-admin
  • blitzm-james