Commit 04cdae35 authored by wwccw0591's avatar wwccw0591

pc

parent d260e8bd
...@@ -3,7 +3,7 @@ echo 1;exit; ...@@ -3,7 +3,7 @@ echo 1;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);
$res=$redis->lPop('test');: $res=$redis->lPop('test');
var_dump($res); 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