To stop a Redis ElastiCache cluster, you'll need to perform the following steps:
Please note that this action is irreversible, and it will permanently delete the selected Redis ElastiCache cluster along with its data. If you want to pause billing or temporarily stop the cluster, consider resizing it to a smaller instance type instead.
Here's an example using AWS CLI to delete the ElastiCache cluster without taking a snapshot:
aws elasticache delete-cache-cluster --cache-cluster-id my-redis-cluster --no-final-snapshot
Replace my-redis-cluster
with your actual cache cluster ID.
Dragonfly is fully compatible with the Redis ecosystem and requires no code changes to implement.