内容简介:We are excited to introduceLambda Store is not “yet another Redis Cloud”. Let’s talk more about what makes Lambda Store so different?You have a new project and you do not know how many requests will it receive? You love the performance and simplicity of Re
Serverless Redis Is Here!
Apr 17 ·4min read
We are excited to introduce Lambda Store . Lambda Store is the first Serverless Redis service. It enables developers to boost their application with Redis without paying hundreds of dollars. You can have a fully managed Redis database in seconds. Lambda Store team deals with persistence, replication, maintenance, and all other boring stuff while you focus on your application.
Lambda Store is not “yet another Redis Cloud”. Let’s talk more about what makes Lambda Store so different?
1- Serverless Pricing Model
You have a new project and you do not know how many requests will it receive? You love the performance and simplicity of Redis. But all Redis Cloud services ask charges you per instance or per GB of memory. But maybe your application will not receive any traffic in the first days, then why will you pay so much? Unfortunately, none of the current Redis cloud products provides a real pay-per-use pricing model.
Let’s do a simple calculation. Say I have a 1GB Redis database and I receive 1 million requests per month. For Elasticache (cache.t3.small, $0.034 hourly) this costs at least $24 assuming there is no data transfer and storage cost. For RedisLabs, the 1GB plan costs $22 per month. For Lambda Store the price is $0.4 per 100k requests. For 1 million, it is $4 plus the storage cost that is $0.15. So for 1GB, 1M request per months, Elasticache is $24, RedisLabs is $22, Lambda Store is $4.15
What if your product becomes so popular that it receives high and steady traffic? Most of the serverless products start to lose their spell when the application receives steady and high traffic as it starts to cost more than server/instance-based pricing models. To overcome this situation we give you the option to purchase reserved databases. A reserved database has a fixed price per month with a restriction on max throughput and data size. For high and steady throughput use cases, reserved databases cost less than serverless one. The good thing is you can start your database with serverless pricing and move it to reserved pricing when you want. See reserved plans for more information.
以上所述就是小编给大家介绍的《Serverless Redis》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
可爱的Python
哲思社区 / 电子工业出版社 / 2009-9 / 55.00元
本书的内容主要来自CPyUG社区的邮件列表,由Python的行者根据自身经验组织而成,是为从来没有听说过Python的其他语言程序员准备的一份实用的导学性质的书。笔者试图将优化后的学习体验,通过故事的方式传达给读者,同时也分享了蟒样(Pythonic式)的知识获取技巧,而且希望将最常用的代码和思路,通过作弊条(Cheat Sheet,提示表单)的形式分享给有初步基础的Python 用户,来帮助大家......一起来看看 《可爱的Python》 这本书的介绍吧!