Skip to content

Commit

Permalink
[t] Update fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Zhao committed Mar 4, 2020
1 parent 263c0aa commit 7ecce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/023-ngx_redis.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ location =/t1 {
$r = new php\ngx\Redis();
yield from $r->connect("127.0.0.1","6379");
$ret = yield from $r->set("foo", "123456789");
$res = yield from $fd->get("foo");
$res = yield from $r->get("foo");
echo $res."\n";
unset($r);
}
Expand Down

0 comments on commit 7ecce01

Please sign in to comment.