webdis Web访问Redis

程序名称:webdis

授权协议: BSD

操作系统: Linux

开发语言: C/C++

webdis 介绍

webdis 是一个简单的 Web 服务器,提供了 HTTP 接口来访问 Redis 服务器,使用了
hiredis,
jansson,
libevent, and http-
parser
等软件。

安装和使用:

make clean all

./webdis &

curl http://127.0.0.1:7379/SET/hello/world
→ {"SET":[true,"OK"]}

curl http://127.0.0.1:7379/GET/hello
→ {"GET":"world"}

curl -d "GET/hello" http://127.0.0.1:7379/
→ {"GET":"world"}

webdis 官网

https://github.com/nicolasff/webdis

相关编程语言

SchemaCrawler提供一组用于增强标准JDBC Metadata的...
ER Master 是一个用于设计ER模型图的Eclipse插件。提...
Eclipse下用于画数据库ER图的插件,主要特性如下: ...
PowerDesigner 是Sybase的企业建模和设计解决方案,...
Mogwai ERDesigner NG是一个实体关系建模工具类似于...
Power*Architect 是一个数据建模工具,主要用在数据...