Sha256: 8eeeae7f584813e36c2b9335a3df556a27269fc811282a6218b12a1f87d411b1

Contents?: true

Size: 307 Bytes

Versions: 7

Compression:

Stored size: 307 Bytes

Contents

<?php

namespace Predis\Network;

use Predis\Commands\ICommand;

interface IConnectionSingle extends IConnection {
    public function __toString();
    public function getResource();
    public function getParameters();
    public function pushInitCommand(ICommand $command);
    public function read();
}

Version data entries

7 entries across 7 versions & 1 rubygems

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