Sha256: 7e115c0a0159299404b4adcf5ecb3ab83d79921f3838921af826415fb2233637

Contents?: true

Size: 149 Bytes

Versions: 7

Compression:

Stored size: 149 Bytes

Contents

<?php

namespace Predis;

interface IRedisServerError extends IReplyObject {
    public function getMessage();
    public function getErrorType();
}

Version data entries

7 entries across 7 versions & 1 rubygems

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