Commit d9322863 authored by chenchuanwen's avatar chenchuanwen

setting

parent 31eb0c7b
<?php
echo 1;exit;
phpinfo();exit;
echo 444;exit;
$redis =new Redis();
$redis->connect('127.0.0.1','6379');
$redis->rPush('test',0);
$res=$redis->lPop('test');
var_dump($res);
?>
\ No newline at end of file
?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment