Commit 24cc0cc8 authored by wwccw0591's avatar wwccw0591

pc

parent 0dbe3ed0
<?php <?php
echo 12;exit; echo 14;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