Commit 8e5f3a9e authored by wwccw0591's avatar wwccw0591

pc

parent 0f67e609
<?php <?php
echo 22;exit; echo 10;exit;
$redis =new Redis(); $redis =new Redis();
$redis->connect('127.0.0.1','6379'); $redis->connect('127.0.0.1','6379');
$redis->rPush('test',0); $redis->rPush('test',0);
......
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