All Content tagged with Amazon ElastiCache
fully managed, in-memory caching service supporting flexible, real-time use cases.
Content language: English
Select up to 5 tags to filter
Sort by most recent
127 results
i have an elasticache cluster in old version. then i decide to upgrade new version of redis. so i created new redis cluster with new version and connected with application. but i dont have any old...
I'm currently leveraging a custom HuggingFace model, stored in an S3 bucket, for my serverless inference endpoint. The model size is approximately 750MB. However, I'm encountering significant cold...
I would like to query my Elasticache Serverless instance for Redis by sensible metrics and alarms.
I found several alarms...
DynamoDB has high read and write throughput.
Is it better to use DAX or Elastic Cache, and what are the differences in every scenario?
I also need guidance on how to use them effectively.
Hello AWS Community,
I'm currently facing a challenge with AWS ElastiCache for Redis and could use some insights. I have two Redis instances across two separate AWS accounts. My goal is to take a...
Hello AWS Community,
I'm experiencing an issue while trying to export an ElastiCache snapshot to an S3 bucket, both of which are located in the `eu-west-1` region. I have successfully taken a backup...
Hello,
I'm trying to acquire 2 reserved cache.t4g.medium nodes (https://us-east-1.console.aws.amazon.com/elasticache/home?region=us-east-1#/reserved-nodes).
However, the t4g category is not...
Edit: Figured this out. Had to replace "redis://" with "rediss://" to use TLS, and had to enable the feature on the package in my Cargo.toml. Maybe this will help someone else out.
I'm using...
When starting the CardDemo application in AWS Mainframe Modernization, I get the following stack trace:
```
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate...
Alternative method for Jedis.memoryUsage(byte[] key) method which will work on AWS ElastiCache redis
While using memoryUsage(key) method of Jedis i am getting this following error "errorMessage": "ERR unknown command 'memory', with args beginning with: USAGE" is it possible that this method is not...
While using `memoryUsage(key)` method of Jedis i am getting this following error "errorMessage": "ERR unknown command 'memory', with args beginning with: USAGE" is it possible that this method is not...