網(wǎng)頁(yè)代碼$redis = new Redis();? ? ? ? $redis->connect('192.168.163.162',6379) or die ("could net connect redis server");? #? ? ? $query = "select * from test limit 9";? ? ? ? $query = "select * from test";? ? ? ? for ($key = 1; $key < 10; $key )
訪問網(wǎng)頁(yè)報(bào)錯(cuò)Fatal error: Uncaught Error: Class 'Redis' not found in /usr/local/nginx/html/test.php:2 Stack trace: #0 {main} thrown in?/usr/local/nginx/html/test.php?on line?2
There is no included Redis class library. If it has been introduced and an error is reported, it may be that the redis extension is not installed