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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Webdis: HTTP + JSON API for Redis

55 点作者 adamstac超过 14 年前

5 条评论

schtono超过 14 年前
Memcache, for example, is explicitly not meant to be run with "public access", as it is not secured against attacks. I am pretty sure the same applies to redis.<p>If my assumption is correct, i wonder why one should use a (potentially slower) http client or protocol in favor of the "native" protocol.
评论 #2136523 未加载
评论 #2136676 未加载
评论 #2186893 未加载
jpadvo超过 14 年前
What is the primary practical benefit of this?<p>It seems to simplify doing some really cool things, but I'm not sure what those things are...
评论 #2136839 未加载
评论 #2136484 未加载
评论 #2136399 未加载
评论 #2136409 未加载
评论 #2136400 未加载
reshefm超过 14 年前
Why the wacky SET/GET? Why not being restful and using HTTP verbs?
评论 #2136683 未加载
评论 #2136531 未加载
评论 #2136562 未加载
评论 #2136532 未加载
delano超过 14 年前
There's also Bone which implements SET, GET, and KEYS over HTTP(S). It also uses something similar to the Amazon S3 request signatures for authentication.<p><a href="https://github.com/solutious/bone" rel="nofollow">https://github.com/solutious/bone</a>
jcromartie超过 14 年前
This is also called "CouchDB."