1. 首页
  2. 移动开发
  3. 其他
  4. Redis客户端开发包libredis.zip

Redis客户端开发包libredis.zip

上传者: 2020-08-09 02:46:38上传 ZIP文件 57.26KB 热度 23次
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); //g
用户评论