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