TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Self-contained Redis server

19 点作者 b0ba1lle超过 10 年前

2 条评论

akerl_超过 10 年前
This is an interesting idea, but if you&#x27;re shipping all the container code and the image inside the binary, I&#x27;m not sure how much you gain over just shipping a precompiled binary of redis itself. At best, you&#x27;re baking in the config you want, but with the work being done here you could just patch in your desired config options into the redis binary.<p>libcontainer explicitly doesn&#x27;t claim security as a feature, so you aren&#x27;t getting real security wins by doing this, especially when you can put a static redis process in cgroups and limit it down with SELinux or similar anyways, and the packaging&#x2F;distribution workflow is pretty much the same as pushing a static redis around.<p>I feel like I&#x27;m missing something; can the author or some other knowledgable soul point out the upsides of packaging a service like this?
评论 #8956798 未加载
BillinghamJ超过 10 年前
Is Redis not already self contained?
评论 #8958812 未加载