iT邦幫忙

0

關於PHP Redis 錯誤

  • 分享至 

  • xImage

關於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環境設定是無法改的.

ccutmis iT邦高手 2 級 ‧ 2018-03-08 17:57:53 檢舉
https://stackoverflow.com/questions/24985156/fatal-error-uncaught-exception-redisexception-with-message-redis-server-went
webtest iT邦新手 5 級 ‧ 2018-03-08 20:05:35 檢舉
謝謝!
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答