If anyone needs serverless redis or is looking for...
# general
a
If anyone needs serverless redis or is looking for a cheaper elasticache, please checkout upstash.com P.S. Not affiliated with them, just a proud user.
k
What is the latency you are seeing ?
a
From Mumbai, India the average is around 30 - 50 ms.
k
And from your hosted lambda functions ?
a
These are from my lambdas.
k
Hmm interesting.. and both the redis DB and the lambdas are in the same region?
a
the db is in japan, I’m using vpc peering.
k
Ah got it thanks I will try it out I was about to add caching to my app and was thinking of using ElastiCache but will start with upstash, good thing is that the connection is the same if I want to change it later 🙂
Thanks for sharing
a
yep, it has support for both the rediss protocol and REST too, you can use EventBridge’s API Endpoints feature to publish as well.
k
O nice
Thanks