Redis.php 556 Bytes
<?php
/**
 * Created by PhpStorm.
 * User: Zip
 * Date: 16/1/8
 * Time: 11:36
 */

namespace Hood\Utils\Statistic;


class Redis extends WorkerAbstract
{

    public function write(Data $data)
    {
        // TODO: Implement write() method.
    }

    public function reader()
    {
        // TODO: Implement reader() method.
    }

    public function error($errno, $errstr, $errfile, $errline)
    {
        // TODO: Implement error() method.
    }

    public function exception($exception)
    {
        // TODO: Implement exception() method.
    }
}