Commit 00d1dfdd authored by wwccw0591's avatar wwccw0591

pc

parent 7ca3356f
<?php <?php
echo 14;exit; phpinfo();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