amazonka-elasticache 0.0.2 → 0.0.3
raw patch · 2 files changed
+14/−13 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- README.md +11/−11
- amazonka-elasticache.cabal +3/−2
README.md view
@@ -8,19 +8,19 @@ ## Description - ElastiCache is a web service that makes it easy to deploy, operate, and scale- an in-memory cache in the cloud. The service improves the performance of web- applications by allowing you to retrieve information from fast, managed,- in-memory caches, instead of relying entirely on slower disk-based databases.- Amazon ElastiCache automatically detects and replaces failed nodes, reducing- the overhead associated with self-managed infrastructures and provides a- resilient system that mitigates the risk of overloaded databases, which slow- website and application load times. Through integration with Amazon- CloudWatch, Amazon ElastiCache provides enhanced visibility into key- performance metrics associated with your Memcached or Redis nodes.+ElastiCache is a web service that makes it easy to deploy, operate, and scale+an in-memory cache in the cloud. The service improves the performance of web+applications by allowing you to retrieve information from fast, managed,+in-memory caches, instead of relying entirely on slower disk-based databases.+Amazon ElastiCache automatically detects and replaces failed nodes, reducing+the overhead associated with self-managed infrastructures and provides a+resilient system that mitigates the risk of overloaded databases, which slow+website and application load times. Through integration with Amazon+CloudWatch, Amazon ElastiCache provides enhanced visibility into key+performance metrics associated with your Memcached or Redis nodes. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elasticache)-and [AWS API Reference](http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/Welcome.html).+and the [AWS API Reference](http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/Welcome.html). ## Contribute
amazonka-elasticache.cabal view
@@ -1,5 +1,5 @@ name: amazonka-elasticache-version: 0.0.2+version: 0.0.3 synopsis: Amazon ElastiCache SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -23,6 +23,7 @@ website and application load times. Through integration with Amazon CloudWatch, Amazon ElastiCache provides enhanced visibility into key performance metrics associated with your Memcached or Redis nodes.+ . /See:/ <http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/Welcome.html AWS API Reference> .@@ -80,5 +81,5 @@ other-modules: build-depends:- amazonka-core == 0.0.2.*+ amazonka-core == 0.0.3.* , base >= 4.7 && < 5