コード例 #1
0
ファイル: predis.php プロジェクト: google2013/swoole-src
<?php

$redis = new redis();
$redis->connect('127.0.0.1', 6379);
var_dump($redis->ping());