Sha256: f86f2c6f490ff8a5361c464ed931c5c83b35b19b3a9ea8ecca7e5c761ee9db3b
Contents?: true
Size: 418 Bytes
Versions: 7
Compression:
Stored size: 418 Bytes
Contents
<?php namespace Predis\Profiles; class ServerVersionNext extends ServerVersion24 { public function getVersion() { return '2.6'; } public function getSupportedCommands() { return array_merge(parent::getSupportedCommands(), array( 'eval' => '\Predis\Commands\ServerEval', 'evalsha' => '\Predis\Commands\ServerEvalSHA', )); } }
Version data entries
7 entries across 7 versions & 1 rubygems