Quantcast
Channel: V2EX - scriptB0y
Viewing all articles
Browse latest Browse all 50

[程序员] redis.io 跑在一台仅 $5/月的 DigitalOcean 机器上

$
0
0

Antirez 本人说这个 redis.io 网站就是跑在一台 $5 一月,1G 内存的 DigitalOcean 机器上的,今天的宕机是 安装了 try.redis.io ,代码存在 OOM 宕机了一段时间。 然后今天升级成 $20 的机器了。

Today http://Redis.io went down for some time, sorry about this problem, http://Redis.io is running in a $5 / month droplet at @digitalocean. I was a bit too cheap on that :-) But since it uses Redis as its main store + a Ruby app, this was enough.

https://twitter.com/antirez/status/1238132866682359813

我喜欢 Antirez 很牛逼的一点,就是能用很少的代码做出很厉害的事情,很多 Redis 相关的东西都比我们想的简单。比如 Redis 的 CI,http://ci.redis.io/ 运行了 8 年基本上没改过,CI 支持邮件通知、html 报告运行日志,自动 build 等功能。这些功能都是一个不到 400 行的 tcl 脚本完成的: https://github.com/antirez/recidiv/blob/master/recidiv.tcl ( Come on,我写个 circle ci yaml 配置都有 300 行了。)


我在 https://www.v2ex.com/t/652220 的回复因为贴链接太多发不出来了,所以在这里新开一个帖子。

请不要在每一个回复中都包括外链,这看起来像是在 spamming


Viewing all articles
Browse latest Browse all 50

Trending Articles