關於PHP Redis
php 只有這4行
$redis = new Redis();
$redis->connect('127.0.0.1',6379);
echo "Connection to server sucessfully";
echo "Server is running: " . $redis->ping();
這行 echo "Server is running: " . $redis->ping();
錯誤: Fatal error: Uncaught exception 'RedisException' with message 'Redis server went away' ...
一直找不到原因 請大家幫忙 謝謝!
( cpanel PHP5.6 / Redis2.28 enabled)
補充 :
網站是在 godaddy cpanel 環境
godaddy 無提供CMD環境
只有cpanel 網頁管理介面
godaddy客服回答:是程式碼的問題
2018-03-09 補充 :
我跟godaddy的主機空間是分享主機,
PHP環境設定是無法改的.