<?php
$redis = new Redis;
$redis->connect('82.146.33.90', 22);
$redis->set('foo', 42);
var_dump($redis->get('foo'));
?>
Fatal error: Uncaught RedisException: protocol error, got 'S' as reply type byte in website.ru/php.php:4 Stack trace: #0 website.ru/php.php(4): Redis->set('foo', 42) #1 {main} thrown in website.ru/php.php on line 4