[Sun Mar 08 15:33:18 2015] [error] [client 127.0.0.1]
PHP Fatal error: Uncaught exception 'RedisException' with message
'protocol error, got '\r' as reply type byte\n' in
/.../Stash/Driver/Redis.php:210\nStack trace:\n#0
/.../Stash/Driver/Redis.php(210): Redis->get('cache__stash__1...')\n#1
/.../Stash/Item.php(446): Stash\\Driver\\Redis->getData(Array)\n#2
/.../Stash/Item.php(253): Stash\\Item->getRecord()\n#3
/.../Stash/Item.php(214): Stash\\Item->executeGet(0, NULL, NULL)\n#4 ...
ошибка при забирании значения кэша, при этом в кэше имеется перевод строки - символы \r\n. Почему Redis на нем выдает Exception? Проблема в Redis или в чем-то другом? И как исправить?