TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Webdis: HTTP + JSON API for Redis

55 pointsby adamstacover 14 years ago

5 comments

schtonoover 14 years ago
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 未加载
jpadvoover 14 years ago
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 未加载
reshefmover 14 years ago
Why the wacky SET/GET? Why not being restful and using HTTP verbs?
评论 #2136683 未加载
评论 #2136531 未加载
评论 #2136562 未加载
评论 #2136532 未加载
delanoover 14 years ago
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>
jcromartieover 14 years ago
This is also called "CouchDB."