Sha256: 1ddfbcb3f2b977f344fb92b1da949d61f5a82b83fe06d2443e793a496f8c2b51

Contents?: true

Size: 363 Bytes

Versions: 7

Compression:

Stored size: 363 Bytes

Contents

<?php

namespace Predis\Commands;

use Predis\Distribution\INodeKeyGenerator;

interface ICommand {
    public function getId();
    public function getHash(INodeKeyGenerator $distributor);
    public function setArguments(Array $arguments);
    public function getArguments();
    public function prefixKeys($prefix);
    public function parseResponse($data);
}

Version data entries

7 entries across 7 versions & 1 rubygems

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