Sha256: 9ee541bae1759a57e79b368f968973dcc993c608a1318d1b7af36510a568c5c5

Contents?: true

Size: 294 Bytes

Versions: 7

Compression:

Stored size: 294 Bytes

Contents

<?php

namespace Predis\Protocol;

use Predis\Commands\ICommand;
use Predis\Network\IConnectionComposable;

interface IProtocolProcessor extends IResponseReader {
    public function write(IConnectionComposable $connection, ICommand $command);
    public function setOption($option, $value);
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php
appstats-0.25.0 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php
appstats-0.24.0 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php
appstats-0.23.5 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php
appstats-0.23.4 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php
appstats-0.23.3 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php
appstats-0.23.2 doc/benchmarks/Predis/Protocol/IProtocolProcessor.php