This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
shop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
checkredis
undefined
娄梦宁
4 years ago
parent
574457a12f
commit
fcffff2f94
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
addons/unishop/controller/User.php
+ 0
- 2
addons/unishop/controller/User.php
View File
@@ -275,8 +275,6 @@ class User extends Base
}
public function checkRedis(){
phpinfo();
die;
$redis = new Redis();
$a=$redis->handler->set("test_redis",1,86400);
$b=$redis->handler->get("test_redis");
Write
Preview
Loading…
Cancel
Save