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.
- Host: GitHub
- URL: https://github.com/fishercoder1534/amazonelasticacheexample
- Owner: fishercoder1534
- License: mit
- Created: 2017-01-02T23:39:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T04:13:52.000Z (over 8 years ago)
- Last Synced: 2025-04-03T05:41:24.938Z (3 months ago)
- Topics: aws, aws-elasticache, elasticache-clusters, jedis
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AmazonElastiCacheExample [](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
```