Commit 0dbe3ed0 authored by wwccw0591's avatar wwccw0591

pc

parent 0b30abf2
<?php
echo 11;exit;
echo 12;exit;
$redis =new Redis();
$redis->connect('127.0.0.1','6379');
$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