libredis Redis 客户端开发包

程序名称:libredis

授权协议: 未知

操作系统: Linux

开发语言: C/C++

libredis 介绍

Libredis 是一个 Redis 的客户端开发包,采用C语言编写,同时还包含了一个
PHP 扩展。

示例代码:

$libredis = Libredis();
$connection = $libredis->get_connection("127.0.0.1");
//set a key:
$connection->set('hello', 'world', 200);   
//set the key hello to 'world' with a timeout of 200ms
//get a key:
echo $connection->get('hello', 200); //get the value of key hello with a timeout of 200ms

libredis 官网

https://github.com/toymachine/libredis

相关编程语言

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