Sha256: fb92eae51776fa69e14efe99d39d7bb433072e38ca0df45b75c52401909f1ce9
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
<?php namespace Predis\Profiles; interface IServerProfile { public function getVersion(); public function supportsCommand($command); public function supportsCommands(Array $commands); public function createCommand($method, $arguments = array()); }
Version data entries
7 entries across 7 versions & 1 rubygems