6
我使用Redis構建IOS SNS應用程序(用於restful api)。隨着更多用戶使用它,發生了錯誤。PHP Redis錯誤:未捕獲異常'RedisException'
它拋出:
Uncaught exception 'RedisException' with message 'read error on connection'
in /data1/www/htdocs/11/iossns/Model/Core/Redis.php
我不知道如何解決這個問題。
你能幫忙嗎?
謝謝!
檢查Redis實例是否正在運行,您可以使用redis-cli(即不是來自php)進行連接。 – 2012-04-10 09:42:19
你的代碼在哪裏?他們正在用來連接到Redis的? – Baba 2012-04-10 18:29:37