An open API service indexing awesome lists of open source software.

https://github.com/fishercoder1534/amazonelasticacheexample

A simple example using jedis to interact with Redis on top of AWS Elasticache.
https://github.com/fishercoder1534/amazonelasticacheexample

aws aws-elasticache elasticache-clusters jedis

Last synced: about 1 month ago
JSON representation

A simple example using jedis to interact with Redis on top of AWS Elasticache.

Awesome Lists containing this project

README

        

# AmazonElastiCacheExample [![Build Status](https://travis-ci.org/fishercoder1534/AmazonElastiCacheExample.svg?branch=master)](https://travis-ci.org/fishercoder1534/AmazonElastiCacheExample)

As per AWS documentation, your app must be in the same VPC and your security group of Elasticache clusters/instances must have proper settings, in order to access your Elasticache clusters/instances.

How to run this example:
```
1. git clone this repo
2. cd $this_directory
3. $mvn package
4. $java -jar aws-elasticache-example-1.0-SNAPSHOT-jar-with-dependencies.jar
```