Local/Offline Development using AWS ElastiCache for Redis

Viewed 968

I need to do local/offline development using AWS ElastiCache for Redis. I checked LocalStack but the open source Community Edition do not provide this feature. You can refer the pricing model here. Is there any other alternative for local/offline development using AWS ElastiCache for Redis?

1 Answers

Elasticache is just hosted Redis; you don't need anything special for development, just a local copy of Redis (in a container if you'd like).

Related