Predis.php 97 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972
  1. <?php
  2. namespace Predis;
  3. use Predis\Shared\Utils, Predis\Distribution\IDistributionStrategy;
  4. class PredisException extends \Exception { }
  5. class ClientException extends PredisException { } // Client-side errors
  6. class AbortedMultiExec extends PredisException { } // Aborted multi/exec
  7. class ServerException extends PredisException { // Server-side errors
  8. public function toResponseError() {
  9. return new ResponseError($this->getMessage());
  10. }
  11. }
  12. class CommunicationException extends PredisException { // Communication errors
  13. private $_connection;
  14. public function __construct(IConnectionSingle $connection,
  15. $message = null, $code = null) {
  16. $this->_connection = $connection;
  17. parent::__construct($message, $code);
  18. }
  19. public function getConnection() { return $this->_connection; }
  20. public function shouldResetConnection() { return true; }
  21. }
  22. class MalformedServerResponse extends CommunicationException { } // Unexpected responses
  23. /* ------------------------------------------------------------------------- */
  24. class Client {
  25. private $_options, $_connection, $_serverProfile, $_responseReader;
  26. public function __construct($parameters = null, $clientOptions = null) {
  27. $this->setupClient($clientOptions ?: new ClientOptions());
  28. $this->setupConnection($parameters);
  29. }
  30. private static function filterClientOptions($options) {
  31. if ($options instanceof ClientOptions) {
  32. return $options;
  33. }
  34. if (is_array($options)) {
  35. return new ClientOptions($options);
  36. }
  37. if ($options instanceof RedisServerProfile) {
  38. return new ClientOptions(array(
  39. 'profile' => $options
  40. ));
  41. }
  42. if (is_string($options)) {
  43. return new ClientOptions(array(
  44. 'profile' => RedisServerProfile::get($options)
  45. ));
  46. }
  47. throw new \InvalidArgumentException("Invalid type for client options");
  48. }
  49. private function setupClient($options) {
  50. $this->_responseReader = new ResponseReader();
  51. $this->_options = self::filterClientOptions($options);
  52. $this->setProfile($this->_options->profile);
  53. if ($this->_options->iterable_multibulk === true) {
  54. $this->_responseReader->setHandler(
  55. Protocol::PREFIX_MULTI_BULK,
  56. new ResponseMultiBulkStreamHandler()
  57. );
  58. }
  59. if ($this->_options->throw_on_error === false) {
  60. $this->_responseReader->setHandler(
  61. Protocol::PREFIX_ERROR,
  62. new ResponseErrorSilentHandler()
  63. );
  64. }
  65. }
  66. private function setupConnection($parameters) {
  67. if ($parameters === null) {
  68. return $this->setConnection($this->createConnection(null));
  69. }
  70. if (!(is_array($parameters) || is_string($parameters) || $parameters instanceof IConnection
  71. || $parameters instanceof ConnectionParameters)) {
  72. throw new \InvalidArgumentException(
  73. 'Array, String, Predis\ConnectionParameters or Predis\IConnection expected'
  74. );
  75. }
  76. if (is_array($parameters) && isset($parameters[0])) {
  77. $cluster = new ConnectionCluster($this->_options->key_distribution);
  78. foreach ($parameters as $shardParams) {
  79. $cluster->add($this->createConnection($shardParams));
  80. }
  81. $this->setConnection($cluster);
  82. }
  83. else {
  84. $this->setConnection($this->createConnection($parameters));
  85. }
  86. }
  87. private function createConnection($parameters) {
  88. $params = null;
  89. $connection = null;
  90. if ($parameters instanceof IConnectionSingle) {
  91. $connection = $parameters;
  92. $params = $connection->getParameters();
  93. }
  94. else {
  95. $params = $parameters instanceof ConnectionParameters
  96. ? $parameters
  97. : new ConnectionParameters($parameters);
  98. $connection = ConnectionFactory::create($params, $this->_responseReader);
  99. }
  100. return $this->pushInitCommands($connection, $params);
  101. }
  102. private function pushInitCommands(IConnectionSingle $connection, ConnectionParameters $params) {
  103. if (isset($params->password)) {
  104. $connection->pushInitCommand($this->createCommand(
  105. 'auth', array($params->password)
  106. ));
  107. }
  108. if (isset($params->database)) {
  109. $connection->pushInitCommand($this->createCommand(
  110. 'select', array($params->database)
  111. ));
  112. }
  113. return $connection;
  114. }
  115. private function setConnection(IConnection $connection) {
  116. $this->_connection = $connection;
  117. }
  118. public function setProfile($serverProfile) {
  119. if (!($serverProfile instanceof RedisServerProfile || is_string($serverProfile))) {
  120. throw new \InvalidArgumentException(
  121. "Invalid type for server profile, \Predis\RedisServerProfile or string expected"
  122. );
  123. }
  124. $this->_serverProfile = (is_string($serverProfile)
  125. ? RedisServerProfile::get($serverProfile)
  126. : $serverProfile
  127. );
  128. }
  129. public function getProfile() {
  130. return $this->_serverProfile;
  131. }
  132. public function getResponseReader() {
  133. return $this->_responseReader;
  134. }
  135. public function getClientFor($connectionAlias) {
  136. if (!Utils::isCluster($this->_connection)) {
  137. throw new ClientException(
  138. 'This method is supported only when the client is connected to a cluster of connections'
  139. );
  140. }
  141. $connection = $this->_connection->getConnectionById($connectionAlias);
  142. if ($connection === null) {
  143. throw new \InvalidArgumentException(
  144. "Invalid connection alias: '$connectionAlias'"
  145. );
  146. }
  147. $newClient = new Client();
  148. $newClient->setupClient($this->_options);
  149. $newClient->setConnection($connection);
  150. return $newClient;
  151. }
  152. public function connect() {
  153. $this->_connection->connect();
  154. }
  155. public function disconnect() {
  156. $this->_connection->disconnect();
  157. }
  158. public function isConnected() {
  159. return $this->_connection->isConnected();
  160. }
  161. public function getConnection($id = null) {
  162. if (!isset($id)) {
  163. return $this->_connection;
  164. }
  165. else {
  166. return Utils::isCluster($this->_connection)
  167. ? $this->_connection->getConnectionById($id)
  168. : $this->_connection;
  169. }
  170. }
  171. public function __call($method, $arguments) {
  172. $command = $this->_serverProfile->createCommand($method, $arguments);
  173. return $this->_connection->executeCommand($command);
  174. }
  175. public function createCommand($method, $arguments = array()) {
  176. return $this->_serverProfile->createCommand($method, $arguments);
  177. }
  178. public function executeCommand(ICommand $command) {
  179. return $this->_connection->executeCommand($command);
  180. }
  181. public function executeCommandOnShards(ICommand $command) {
  182. $replies = array();
  183. if (Utils::isCluster($this->_connection)) {
  184. foreach($this->_connection as $connection) {
  185. $replies[] = $connection->executeCommand($command);
  186. }
  187. }
  188. else {
  189. $replies[] = $this->_connection->executeCommand($command);
  190. }
  191. return $replies;
  192. }
  193. private function sharedInitializer($argv, $initializer) {
  194. $argc = count($argv);
  195. if ($argc === 0) {
  196. return $this->$initializer();
  197. }
  198. else if ($argc === 1) {
  199. list($arg0) = $argv;
  200. return is_array($arg0) ? $this->$initializer($arg0) : $this->$initializer(null, $arg0);
  201. }
  202. else if ($argc === 2) {
  203. list($arg0, $arg1) = $argv;
  204. return $this->$initializer($arg0, $arg1);
  205. }
  206. return $this->$initializer($this, $arguments);
  207. }
  208. public function pipeline(/* arguments */) {
  209. return $this->sharedInitializer(func_get_args(), 'initPipeline');
  210. }
  211. private function initPipeline(Array $options = null, $pipelineBlock = null) {
  212. $pipeline = null;
  213. if (isset($options)) {
  214. if (isset($options['safe']) && $options['safe'] == true) {
  215. $connection = $this->getConnection();
  216. $pipeline = new CommandPipeline($this, $connection instanceof Connection
  217. ? new Pipeline\SafeExecutor($connection)
  218. : new Pipeline\SafeClusterExecutor($connection)
  219. );
  220. }
  221. else {
  222. $pipeline = new CommandPipeline($this);
  223. }
  224. }
  225. else {
  226. $pipeline = new CommandPipeline($this);
  227. }
  228. return $this->pipelineExecute($pipeline, $pipelineBlock);
  229. }
  230. private function pipelineExecute(CommandPipeline $pipeline, $block) {
  231. return $block !== null ? $pipeline->execute($block) : $pipeline;
  232. }
  233. public function multiExec(/* arguments */) {
  234. return $this->sharedInitializer(func_get_args(), 'initMultiExec');
  235. }
  236. private function initMultiExec(Array $options = null, $transBlock = null) {
  237. $multi = isset($options) ? new MultiExecBlock($this, $options) : new MultiExecBlock($this);
  238. return $transBlock !== null ? $multi->execute($transBlock) : $multi;
  239. }
  240. public function pubSubContext() {
  241. return new PubSubContext($this);
  242. }
  243. }
  244. /* ------------------------------------------------------------------------- */
  245. interface IClientOptionsHandler {
  246. public function validate($option, $value);
  247. public function getDefault();
  248. }
  249. class ClientOptionsProfile implements IClientOptionsHandler {
  250. public function validate($option, $value) {
  251. if ($value instanceof RedisServerProfile) {
  252. return $value;
  253. }
  254. if (is_string($value)) {
  255. return RedisServerProfile::get($value);
  256. }
  257. throw new \InvalidArgumentException("Invalid value for option $option");
  258. }
  259. public function getDefault() {
  260. return RedisServerProfile::getDefault();
  261. }
  262. }
  263. class ClientOptionsKeyDistribution implements IClientOptionsHandler {
  264. public function validate($option, $value) {
  265. if ($value instanceof IDistributionStrategy) {
  266. return $value;
  267. }
  268. if (is_string($value)) {
  269. $valueReflection = new \ReflectionClass($value);
  270. if ($valueReflection->isSubclassOf('\Predis\Distribution\IDistributionStrategy')) {
  271. return new $value;
  272. }
  273. }
  274. throw new \InvalidArgumentException("Invalid value for option $option");
  275. }
  276. public function getDefault() {
  277. return new Distribution\HashRing();
  278. }
  279. }
  280. class ClientOptionsIterableMultiBulk implements IClientOptionsHandler {
  281. public function validate($option, $value) {
  282. return (bool) $value;
  283. }
  284. public function getDefault() {
  285. return false;
  286. }
  287. }
  288. class ClientOptionsThrowOnError implements IClientOptionsHandler {
  289. public function validate($option, $value) {
  290. return (bool) $value;
  291. }
  292. public function getDefault() {
  293. return true;
  294. }
  295. }
  296. class ClientOptions {
  297. private static $_optionsHandlers;
  298. private $_options;
  299. public function __construct($options = null) {
  300. self::initializeOptionsHandlers();
  301. $this->initializeOptions($options ?: array());
  302. }
  303. private static function initializeOptionsHandlers() {
  304. if (!isset(self::$_optionsHandlers)) {
  305. self::$_optionsHandlers = self::getOptionsHandlers();
  306. }
  307. }
  308. private static function getOptionsHandlers() {
  309. return array(
  310. 'profile' => new ClientOptionsProfile(),
  311. 'key_distribution' => new ClientOptionsKeyDistribution(),
  312. 'iterable_multibulk' => new ClientOptionsIterableMultiBulk(),
  313. 'throw_on_error' => new ClientOptionsThrowOnError(),
  314. );
  315. }
  316. private function initializeOptions($options) {
  317. foreach ($options as $option => $value) {
  318. if (isset(self::$_optionsHandlers[$option])) {
  319. $handler = self::$_optionsHandlers[$option];
  320. $this->_options[$option] = $handler->validate($option, $value);
  321. }
  322. }
  323. }
  324. public function __get($option) {
  325. if (!isset($this->_options[$option])) {
  326. $defaultValue = self::$_optionsHandlers[$option]->getDefault();
  327. $this->_options[$option] = $defaultValue;
  328. }
  329. return $this->_options[$option];
  330. }
  331. public function __isset($option) {
  332. return isset(self::$_optionsHandlers[$option]);
  333. }
  334. }
  335. /* ------------------------------------------------------------------------- */
  336. class Protocol {
  337. const NEWLINE = "\r\n";
  338. const OK = 'OK';
  339. const ERROR = 'ERR';
  340. const QUEUED = 'QUEUED';
  341. const NULL = 'nil';
  342. const PREFIX_STATUS = '+';
  343. const PREFIX_ERROR = '-';
  344. const PREFIX_INTEGER = ':';
  345. const PREFIX_BULK = '$';
  346. const PREFIX_MULTI_BULK = '*';
  347. }
  348. interface ICommand {
  349. public function getCommandId();
  350. public function canBeHashed();
  351. public function closesConnection();
  352. public function getHash(IDistributionStrategy $distributor);
  353. public function setArgumentsArray(Array $arguments);
  354. public function getArguments();
  355. public function parseResponse($data);
  356. public function serialize();
  357. }
  358. abstract class Command implements ICommand {
  359. private $_arguments, $_hash;
  360. protected function serializeRequest($command, $arguments) {
  361. $newline = Protocol::NEWLINE;
  362. $cmdlen = strlen($command);
  363. $reqlen = count($arguments) + 1;
  364. $buffer = "*{$reqlen}{$newline}\${$cmdlen}{$newline}{$command}{$newline}";
  365. foreach ($arguments as $argument) {
  366. $arglen = strlen($argument);
  367. $buffer .= "\${$arglen}{$newline}{$argument}{$newline}";
  368. }
  369. return $buffer;
  370. }
  371. public function canBeHashed() {
  372. return true;
  373. }
  374. public function getHash(IDistributionStrategy $distributor) {
  375. if (isset($this->_hash)) {
  376. return $this->_hash;
  377. }
  378. else {
  379. if (isset($this->_arguments[0])) {
  380. // TODO: should we throw an exception if the command does
  381. // not support sharding?
  382. $key = $this->_arguments[0];
  383. $start = strpos($key, '{');
  384. $end = strpos($key, '}');
  385. if ($start !== false && $end !== false) {
  386. $key = substr($key, ++$start, $end - $start);
  387. }
  388. $this->_hash = $distributor->generateKey($key);
  389. return $this->_hash;
  390. }
  391. }
  392. return null;
  393. }
  394. public function closesConnection() {
  395. return false;
  396. }
  397. protected function filterArguments(Array $arguments) {
  398. return $arguments;
  399. }
  400. public function setArguments(/* arguments */) {
  401. $this->_arguments = $this->filterArguments(func_get_args());
  402. unset($this->_hash);
  403. }
  404. public function setArgumentsArray(Array $arguments) {
  405. $this->_arguments = $this->filterArguments($arguments);
  406. unset($this->_hash);
  407. }
  408. public function getArguments() {
  409. return isset($this->_arguments) ? $this->_arguments : array();
  410. }
  411. public function getArgument($index = 0) {
  412. return isset($this->_arguments[$index]) ? $this->_arguments[$index] : null;
  413. }
  414. public function parseResponse($data) {
  415. return $data;
  416. }
  417. public final function serialize() {
  418. return $this->serializeRequest($this->getCommandId(), $this->getArguments());
  419. }
  420. }
  421. /* ------------------------------------------------------------------------- */
  422. interface IResponseHandler {
  423. function handle(IConnectionSingle $connection, $payload);
  424. }
  425. class ResponseStatusHandler implements IResponseHandler {
  426. public function handle(IConnectionSingle $connection, $status) {
  427. if ($status === Protocol::OK) {
  428. return true;
  429. }
  430. else if ($status === Protocol::QUEUED) {
  431. return new ResponseQueued();
  432. }
  433. return $status;
  434. }
  435. }
  436. class ResponseErrorHandler implements IResponseHandler {
  437. public function handle(IConnectionSingle $connection, $errorMessage) {
  438. throw new ServerException(substr($errorMessage, 4));
  439. }
  440. }
  441. class ResponseErrorSilentHandler implements IResponseHandler {
  442. public function handle(IConnectionSingle $connection, $errorMessage) {
  443. return new ResponseError(substr($errorMessage, 4));
  444. }
  445. }
  446. class ResponseBulkHandler implements IResponseHandler {
  447. public function handle(IConnectionSingle $connection, $dataLength) {
  448. if (!is_numeric($dataLength)) {
  449. Utils::onCommunicationException(new MalformedServerResponse(
  450. $connection, "Cannot parse '$dataLength' as data length"
  451. ));
  452. }
  453. if ($dataLength > 0) {
  454. $value = $connection->readBytes($dataLength);
  455. self::discardNewLine($connection);
  456. return $value;
  457. }
  458. else if ($dataLength == 0) {
  459. self::discardNewLine($connection);
  460. return '';
  461. }
  462. return null;
  463. }
  464. private static function discardNewLine(IConnectionSingle $connection) {
  465. if ($connection->readBytes(2) !== Protocol::NEWLINE) {
  466. Utils::onCommunicationException(new MalformedServerResponse(
  467. $connection, 'Did not receive a new-line at the end of a bulk response'
  468. ));
  469. }
  470. }
  471. }
  472. class ResponseMultiBulkHandler implements IResponseHandler {
  473. public function handle(IConnectionSingle $connection, $rawLength) {
  474. if (!is_numeric($rawLength)) {
  475. Utils::onCommunicationException(new MalformedServerResponse(
  476. $connection, "Cannot parse '$rawLength' as data length"
  477. ));
  478. }
  479. $listLength = (int) $rawLength;
  480. if ($listLength === -1) {
  481. return null;
  482. }
  483. $list = array();
  484. if ($listLength > 0) {
  485. $reader = $connection->getResponseReader();
  486. for ($i = 0; $i < $listLength; $i++) {
  487. $list[] = $reader->read($connection);
  488. }
  489. }
  490. return $list;
  491. }
  492. }
  493. class ResponseMultiBulkStreamHandler implements IResponseHandler {
  494. public function handle(IConnectionSingle $connection, $rawLength) {
  495. if (!is_numeric($rawLength)) {
  496. Utils::onCommunicationException(new MalformedServerResponse(
  497. $connection, "Cannot parse '$rawLength' as data length"
  498. ));
  499. }
  500. return new Shared\MultiBulkResponseIterator($connection, (int)$rawLength);
  501. }
  502. }
  503. class ResponseIntegerHandler implements IResponseHandler {
  504. public function handle(IConnectionSingle $connection, $number) {
  505. if (is_numeric($number)) {
  506. return (int) $number;
  507. }
  508. else {
  509. if ($number !== Protocol::NULL) {
  510. Utils::onCommunicationException(new MalformedServerResponse(
  511. $connection, "Cannot parse '$number' as numeric response"
  512. ));
  513. }
  514. return null;
  515. }
  516. }
  517. }
  518. class ResponseReader {
  519. private $_prefixHandlers;
  520. public function __construct() {
  521. $this->initializePrefixHandlers();
  522. }
  523. private function initializePrefixHandlers() {
  524. $this->_prefixHandlers = array(
  525. Protocol::PREFIX_STATUS => new ResponseStatusHandler(),
  526. Protocol::PREFIX_ERROR => new ResponseErrorHandler(),
  527. Protocol::PREFIX_INTEGER => new ResponseIntegerHandler(),
  528. Protocol::PREFIX_BULK => new ResponseBulkHandler(),
  529. Protocol::PREFIX_MULTI_BULK => new ResponseMultiBulkHandler(),
  530. );
  531. }
  532. public function setHandler($prefix, IResponseHandler $handler) {
  533. $this->_prefixHandlers[$prefix] = $handler;
  534. }
  535. public function getHandler($prefix) {
  536. if (isset($this->_prefixHandlers[$prefix])) {
  537. return $this->_prefixHandlers[$prefix];
  538. }
  539. }
  540. public function read(IConnectionSingle $connection) {
  541. $header = $connection->readLine();
  542. if ($header === '') {
  543. Utils::onCommunicationException(new MalformedServerResponse(
  544. $connection, 'Unexpected empty header'
  545. ));
  546. }
  547. $prefix = $header[0];
  548. $payload = strlen($header) > 1 ? substr($header, 1) : '';
  549. if (!isset($this->_prefixHandlers[$prefix])) {
  550. Utils::onCommunicationException(new MalformedServerResponse(
  551. $connection, "Unknown prefix '$prefix'"
  552. ));
  553. }
  554. $handler = $this->_prefixHandlers[$prefix];
  555. return $handler->handle($connection, $payload);
  556. }
  557. }
  558. class ResponseError {
  559. private $_message;
  560. public function __construct($message) {
  561. $this->_message = $message;
  562. }
  563. public function __get($property) {
  564. if ($property == 'error') {
  565. return true;
  566. }
  567. if ($property == 'message') {
  568. return $this->_message;
  569. }
  570. }
  571. public function __isset($property) {
  572. return $property === 'error';
  573. }
  574. public function __toString() {
  575. return $this->_message;
  576. }
  577. }
  578. class ResponseQueued {
  579. public $queued = true;
  580. public function __toString() {
  581. return Protocol::QUEUED;
  582. }
  583. }
  584. /* ------------------------------------------------------------------------- */
  585. use Predis\Pipeline\IPipelineExecutor;
  586. class CommandPipeline {
  587. private $_redisClient, $_pipelineBuffer, $_returnValues, $_running, $_executor;
  588. public function __construct(Client $redisClient, IPipelineExecutor $executor = null) {
  589. $this->_redisClient = $redisClient;
  590. $this->_executor = $executor ?: new Pipeline\StandardExecutor();
  591. $this->_pipelineBuffer = array();
  592. $this->_returnValues = array();
  593. }
  594. public function __call($method, $arguments) {
  595. $command = $this->_redisClient->createCommand($method, $arguments);
  596. $this->recordCommand($command);
  597. return $this;
  598. }
  599. private function recordCommand(ICommand $command) {
  600. $this->_pipelineBuffer[] = $command;
  601. }
  602. private function getRecordedCommands() {
  603. return $this->_pipelineBuffer;
  604. }
  605. public function flushPipeline() {
  606. if (count($this->_pipelineBuffer) > 0) {
  607. $connection = $this->_redisClient->getConnection();
  608. $this->_returnValues = array_merge(
  609. $this->_returnValues,
  610. $this->_executor->execute($connection, $this->_pipelineBuffer)
  611. );
  612. $this->_pipelineBuffer = array();
  613. }
  614. return $this;
  615. }
  616. private function setRunning($bool) {
  617. if ($bool == true && $this->_running == true) {
  618. throw new ClientException("This pipeline is already opened");
  619. }
  620. $this->_running = $bool;
  621. }
  622. public function execute($block = null) {
  623. if ($block && !is_callable($block)) {
  624. throw new \InvalidArgumentException('Argument passed must be a callable object');
  625. }
  626. // TODO: do not reuse previously executed pipelines
  627. $this->setRunning(true);
  628. $pipelineBlockException = null;
  629. try {
  630. if ($block !== null) {
  631. $block($this);
  632. }
  633. $this->flushPipeline();
  634. }
  635. catch (\Exception $exception) {
  636. $pipelineBlockException = $exception;
  637. }
  638. $this->setRunning(false);
  639. if ($pipelineBlockException !== null) {
  640. throw $pipelineBlockException;
  641. }
  642. return $this->_returnValues;
  643. }
  644. }
  645. class MultiExecBlock {
  646. private $_initialized, $_discarded, $_insideBlock;
  647. private $_redisClient, $_options, $_commands;
  648. private $_supportsWatch;
  649. public function __construct(Client $redisClient, Array $options = null) {
  650. $this->checkCapabilities($redisClient);
  651. $this->_initialized = false;
  652. $this->_discarded = false;
  653. $this->_insideBlock = false;
  654. $this->_redisClient = $redisClient;
  655. $this->_options = $options ?: array();
  656. $this->_commands = array();
  657. }
  658. private function checkCapabilities(Client $redisClient) {
  659. if (Utils::isCluster($redisClient->getConnection())) {
  660. throw new ClientException(
  661. 'Cannot initialize a MULTI/EXEC context over a cluster of connections'
  662. );
  663. }
  664. $profile = $redisClient->getProfile();
  665. if ($profile->supportsCommands(array('multi', 'exec', 'discard')) === false) {
  666. throw new ClientException(
  667. 'The current profile does not support MULTI, EXEC and DISCARD commands'
  668. );
  669. }
  670. $this->_supportsWatch = $profile->supportsCommands(array('watch', 'unwatch'));
  671. }
  672. private function isWatchSupported() {
  673. if ($this->_supportsWatch === false) {
  674. throw new ClientException(
  675. 'The current profile does not support WATCH and UNWATCH commands'
  676. );
  677. }
  678. }
  679. private function initialize() {
  680. if ($this->_initialized === false) {
  681. if (isset($this->_options['watch'])) {
  682. $this->watch($this->_options['watch']);
  683. }
  684. $this->_redisClient->multi();
  685. $this->_initialized = true;
  686. $this->_discarded = false;
  687. }
  688. }
  689. private function setInsideBlock($value) {
  690. $this->_insideBlock = $value;
  691. }
  692. public function __call($method, $arguments) {
  693. $this->initialize();
  694. $command = $this->_redisClient->createCommand($method, $arguments);
  695. $response = $this->_redisClient->executeCommand($command);
  696. if (isset($response->queued)) {
  697. $this->_commands[] = $command;
  698. return $this;
  699. }
  700. else {
  701. $this->malformedServerResponse('The server did not respond with a QUEUED status reply');
  702. }
  703. }
  704. public function watch($keys) {
  705. $this->isWatchSupported();
  706. if ($this->_initialized === true) {
  707. throw new ClientException('WATCH inside MULTI is not allowed');
  708. }
  709. $reply = null;
  710. if (is_array($keys)) {
  711. $reply = array();
  712. foreach ($keys as $key) {
  713. $reply = $this->_redisClient->watch($keys);
  714. }
  715. }
  716. else {
  717. $reply = $this->_redisClient->watch($keys);
  718. }
  719. return $reply;
  720. }
  721. public function multi() {
  722. $this->initialize();
  723. }
  724. public function unwatch() {
  725. $this->isWatchSupported();
  726. $this->_redisClient->unwatch();
  727. }
  728. public function discard() {
  729. $this->_redisClient->discard();
  730. $this->_commands = array();
  731. $this->_initialized = false;
  732. $this->_discarded = true;
  733. }
  734. public function exec() {
  735. return $this->execute();
  736. }
  737. public function execute($block = null) {
  738. if ($this->_insideBlock === true) {
  739. throw new ClientException(
  740. "Cannot invoke 'execute' or 'exec' inside an active client transaction block"
  741. );
  742. }
  743. if ($block && !is_callable($block)) {
  744. throw new \InvalidArgumentException('Argument passed must be a callable object');
  745. }
  746. $blockException = null;
  747. $returnValues = array();
  748. if ($block !== null) {
  749. $this->setInsideBlock(true);
  750. try {
  751. $block($this);
  752. }
  753. catch (CommunicationException $exception) {
  754. $blockException = $exception;
  755. }
  756. catch (ServerException $exception) {
  757. $blockException = $exception;
  758. }
  759. catch (\Exception $exception) {
  760. $blockException = $exception;
  761. if ($this->_initialized === true) {
  762. $this->discard();
  763. }
  764. }
  765. $this->setInsideBlock(false);
  766. if ($blockException !== null) {
  767. throw $blockException;
  768. }
  769. }
  770. if ($this->_initialized === false) {
  771. return;
  772. }
  773. $reply = $this->_redisClient->exec();
  774. if ($reply === null) {
  775. throw new AbortedMultiExec('The current transaction has been aborted by the server');
  776. }
  777. $execReply = $reply instanceof \Iterator ? iterator_to_array($reply) : $reply;
  778. $commands = &$this->_commands;
  779. $sizeofReplies = count($execReply);
  780. if ($sizeofReplies !== count($commands)) {
  781. $this->malformedServerResponse('Unexpected number of responses for a MultiExecBlock');
  782. }
  783. for ($i = 0; $i < $sizeofReplies; $i++) {
  784. $returnValues[] = $commands[$i]->parseResponse($execReply[$i] instanceof \Iterator
  785. ? iterator_to_array($execReply[$i])
  786. : $execReply[$i]
  787. );
  788. unset($commands[$i]);
  789. }
  790. return $returnValues;
  791. }
  792. private function malformedServerResponse($message) {
  793. // NOTE: a MULTI/EXEC block cannot be initialized on a clustered
  794. // connection, which means that Predis\Client::getConnection
  795. // will always return an instance of Predis\Connection.
  796. Utils::onCommunicationException(new MalformedServerResponse(
  797. $this->_redisClient->getConnection(), $message
  798. ));
  799. }
  800. }
  801. class PubSubContext implements \Iterator {
  802. const SUBSCRIBE = 'subscribe';
  803. const UNSUBSCRIBE = 'unsubscribe';
  804. const PSUBSCRIBE = 'psubscribe';
  805. const PUNSUBSCRIBE = 'punsubscribe';
  806. const MESSAGE = 'message';
  807. const PMESSAGE = 'pmessage';
  808. const STATUS_VALID = 0x0001;
  809. const STATUS_SUBSCRIBED = 0x0010;
  810. const STATUS_PSUBSCRIBED = 0x0100;
  811. private $_redisClient, $_subscriptions, $_isStillValid, $_position;
  812. public function __construct(Client $redisClient) {
  813. $this->checkCapabilities($redisClient);
  814. $this->_redisClient = $redisClient;
  815. $this->_statusFlags = self::STATUS_VALID;
  816. }
  817. public function __destruct() {
  818. $this->closeContext();
  819. }
  820. private function checkCapabilities(Client $redisClient) {
  821. if (Utils::isCluster($redisClient->getConnection())) {
  822. throw new ClientException(
  823. 'Cannot initialize a PUB/SUB context over a cluster of connections'
  824. );
  825. }
  826. $profile = $redisClient->getProfile();
  827. $commands = array('publish', 'subscribe', 'unsubscribe', 'psubscribe', 'punsubscribe');
  828. if ($profile->supportsCommands($commands) === false) {
  829. throw new ClientException(
  830. 'The current profile does not support PUB/SUB related commands'
  831. );
  832. }
  833. }
  834. private function isFlagSet($value) {
  835. return ($this->_statusFlags & $value) === $value;
  836. }
  837. public function subscribe(/* arguments */) {
  838. $this->writeCommand(self::SUBSCRIBE, func_get_args());
  839. $this->_statusFlags |= self::STATUS_SUBSCRIBED;
  840. }
  841. public function unsubscribe(/* arguments */) {
  842. $this->writeCommand(self::UNSUBSCRIBE, func_get_args());
  843. }
  844. public function psubscribe(/* arguments */) {
  845. $this->writeCommand(self::PSUBSCRIBE, func_get_args());
  846. $this->_statusFlags |= self::STATUS_PSUBSCRIBED;
  847. }
  848. public function punsubscribe(/* arguments */) {
  849. $this->writeCommand(self::PUNSUBSCRIBE, func_get_args());
  850. }
  851. public function closeContext() {
  852. if ($this->valid()) {
  853. if ($this->isFlagSet(self::STATUS_SUBSCRIBED)) {
  854. $this->unsubscribe();
  855. }
  856. if ($this->isFlagSet(self::STATUS_PSUBSCRIBED)) {
  857. $this->punsubscribe();
  858. }
  859. }
  860. }
  861. private function writeCommand($method, $arguments) {
  862. if (count($arguments) === 1 && is_array($arguments[0])) {
  863. $arguments = $arguments[0];
  864. }
  865. $command = $this->_redisClient->createCommand($method, $arguments);
  866. $this->_redisClient->getConnection()->writeCommand($command);
  867. }
  868. public function rewind() {
  869. // NOOP
  870. }
  871. public function current() {
  872. return $this->getValue();
  873. }
  874. public function key() {
  875. return $this->_position;
  876. }
  877. public function next() {
  878. if ($this->isFlagSet(self::STATUS_VALID)) {
  879. $this->_position++;
  880. }
  881. return $this->_position;
  882. }
  883. public function valid() {
  884. $subscriptions = self::STATUS_SUBSCRIBED + self::STATUS_PSUBSCRIBED;
  885. return $this->isFlagSet(self::STATUS_VALID)
  886. && ($this->_statusFlags & $subscriptions) > 0;
  887. }
  888. private function invalidate() {
  889. $this->_statusFlags = 0x0000;
  890. }
  891. private function getValue() {
  892. $reader = $this->_redisClient->getResponseReader();
  893. $connection = $this->_redisClient->getConnection();
  894. $response = $reader->read($connection);
  895. switch ($response[0]) {
  896. case self::SUBSCRIBE:
  897. case self::UNSUBSCRIBE:
  898. case self::PSUBSCRIBE:
  899. case self::PUNSUBSCRIBE:
  900. if ($response[2] === 0) {
  901. $this->invalidate();
  902. }
  903. case self::MESSAGE:
  904. return (object) array(
  905. 'kind' => $response[0],
  906. 'channel' => $response[1],
  907. 'payload' => $response[2],
  908. );
  909. case self::PMESSAGE:
  910. return (object) array(
  911. 'kind' => $response[0],
  912. 'pattern' => $response[1],
  913. 'channel' => $response[2],
  914. 'payload' => $response[3],
  915. );
  916. default:
  917. throw new ClientException(
  918. "Received an unknown message type {$response[0]} inside of a pubsub context"
  919. );
  920. }
  921. }
  922. }
  923. /* ------------------------------------------------------------------------- */
  924. class ConnectionParameters {
  925. const DEFAULT_SCHEME = 'tcp';
  926. const DEFAULT_HOST = '127.0.0.1';
  927. const DEFAULT_PORT = 6379;
  928. const DEFAULT_TIMEOUT = 5;
  929. private $_parameters;
  930. public function __construct($parameters = null) {
  931. $parameters = $parameters ?: array();
  932. $this->_parameters = is_array($parameters)
  933. ? self::filterConnectionParams($parameters)
  934. : self::parseURI($parameters);
  935. }
  936. private static function paramsExtractor($params, $kv) {
  937. @list($k, $v) = explode('=', $kv);
  938. $params[$k] = $v;
  939. return $params;
  940. }
  941. private static function parseURI($uri) {
  942. if (stripos($uri, 'unix') === 0) {
  943. // hack to support URIs for UNIX sockets with minimal effort
  944. $uri = str_ireplace('unix:///', 'unix://localhost/', $uri);
  945. }
  946. $parsed = @parse_url($uri);
  947. if ($parsed == false || $parsed['host'] == null) {
  948. throw new ClientException("Invalid URI: $uri");
  949. }
  950. if (array_key_exists('query', $parsed)) {
  951. $query = explode('&', $parsed['query']);
  952. $parsed = array_reduce($query, 'self::paramsExtractor', $parsed);
  953. }
  954. return self::filterConnectionParams($parsed);
  955. }
  956. private static function getParamOrDefault(Array $parameters, $param, $default = null) {
  957. return array_key_exists($param, $parameters) ? $parameters[$param] : $default;
  958. }
  959. private static function filterConnectionParams($parameters) {
  960. return array(
  961. 'scheme' => self::getParamOrDefault($parameters, 'scheme', self::DEFAULT_SCHEME),
  962. 'host' => self::getParamOrDefault($parameters, 'host', self::DEFAULT_HOST),
  963. 'port' => (int) self::getParamOrDefault($parameters, 'port', self::DEFAULT_PORT),
  964. 'path' => self::getParamOrDefault($parameters, 'path'),
  965. 'database' => self::getParamOrDefault($parameters, 'database'),
  966. 'password' => self::getParamOrDefault($parameters, 'password'),
  967. 'connection_async' => self::getParamOrDefault($parameters, 'connection_async', false),
  968. 'connection_persistent' => self::getParamOrDefault($parameters, 'connection_persistent', false),
  969. 'connection_timeout' => self::getParamOrDefault($parameters, 'connection_timeout', self::DEFAULT_TIMEOUT),
  970. 'read_write_timeout' => self::getParamOrDefault($parameters, 'read_write_timeout'),
  971. 'alias' => self::getParamOrDefault($parameters, 'alias'),
  972. 'weight' => self::getParamOrDefault($parameters, 'weight'),
  973. );
  974. }
  975. public function __get($parameter) {
  976. return $this->_parameters[$parameter];
  977. }
  978. public function __isset($parameter) {
  979. return isset($this->_parameters[$parameter]);
  980. }
  981. }
  982. interface IConnection {
  983. public function connect();
  984. public function disconnect();
  985. public function isConnected();
  986. public function writeCommand(ICommand $command);
  987. public function readResponse(ICommand $command);
  988. public function executeCommand(ICommand $command);
  989. }
  990. interface IConnectionSingle extends IConnection {
  991. public function writeBytes($buffer);
  992. public function readBytes($length);
  993. public function readLine();
  994. }
  995. interface IConnectionCluster extends IConnection {
  996. public function getConnection(ICommand $command);
  997. public function getConnectionById($connectionId);
  998. }
  999. final class ConnectionFactory {
  1000. private static $_registeredSchemes;
  1001. private function __construct() {
  1002. // NOOP
  1003. }
  1004. private static function ensureInitialized() {
  1005. if (!isset(self::$_registeredSchemes)) {
  1006. self::$_registeredSchemes = self::getDefaultSchemes();
  1007. }
  1008. }
  1009. private static function getDefaultSchemes() {
  1010. return array(
  1011. 'tcp' => '\Predis\TcpConnection',
  1012. 'redis' => '\Predis\TcpConnection', // compatibility with older versions
  1013. 'unix' => '\Predis\UnixDomainSocketConnection',
  1014. );
  1015. }
  1016. public static function registerScheme($scheme, $connectionClass) {
  1017. self::ensureInitialized();
  1018. $connectionReflection = new \ReflectionClass($connectionClass);
  1019. if (!$connectionReflection->isSubclassOf('\Predis\IConnectionSingle')) {
  1020. throw new ClientException(
  1021. "Cannot register '$connectionClass' as it is not a valid connection class"
  1022. );
  1023. }
  1024. self::$_registeredSchemes[$scheme] = $connectionClass;
  1025. }
  1026. public static function create(ConnectionParameters $parameters, ResponseReader $reader) {
  1027. self::ensureInitialized();
  1028. if (!isset(self::$_registeredSchemes[$parameters->scheme])) {
  1029. throw new ClientException("Unknown connection scheme: {$parameters->scheme}");
  1030. }
  1031. $connection = self::$_registeredSchemes[$parameters->scheme];
  1032. return new $connection($parameters, $reader);
  1033. }
  1034. }
  1035. abstract class Connection implements IConnectionSingle {
  1036. protected $_params, $_socket, $_initCmds, $_reader;
  1037. public function __construct(ConnectionParameters $parameters, ResponseReader $reader = null) {
  1038. $this->_params = $parameters;
  1039. $this->_initCmds = array();
  1040. $this->_reader = $reader ?: new ResponseReader();
  1041. }
  1042. public function __destruct() {
  1043. $this->disconnect();
  1044. }
  1045. public function isConnected() {
  1046. return is_resource($this->_socket);
  1047. }
  1048. protected abstract function createResource();
  1049. public function connect() {
  1050. if ($this->isConnected()) {
  1051. throw new ClientException('Connection already estabilished');
  1052. }
  1053. $this->createResource();
  1054. }
  1055. public function disconnect() {
  1056. if ($this->isConnected()) {
  1057. fclose($this->_socket);
  1058. }
  1059. }
  1060. public function pushInitCommand(ICommand $command){
  1061. $this->_initCmds[] = $command;
  1062. }
  1063. public function executeCommand(ICommand $command) {
  1064. $this->writeCommand($command);
  1065. if ($command->closesConnection()) {
  1066. return $this->disconnect();
  1067. }
  1068. return $this->readResponse($command);
  1069. }
  1070. protected function onCommunicationException($message, $code = null) {
  1071. Utils::onCommunicationException(
  1072. new CommunicationException($this, $message, $code)
  1073. );
  1074. }
  1075. public function getSocket() {
  1076. if (!$this->isConnected()) {
  1077. $this->connect();
  1078. }
  1079. return $this->_socket;
  1080. }
  1081. public function getResponseReader() {
  1082. return $this->_reader;
  1083. }
  1084. public function getParameters() {
  1085. return $this->_params;
  1086. }
  1087. public function __toString() {
  1088. return sprintf('%s:%d', $this->_params->host, $this->_params->port);
  1089. }
  1090. }
  1091. class TcpConnection extends Connection implements IConnectionSingle {
  1092. public function __construct(ConnectionParameters $parameters, ResponseReader $reader = null) {
  1093. parent::__construct($this->checkParameters($parameters), $reader);
  1094. }
  1095. public function __destruct() {
  1096. if (!$this->_params->connection_persistent) {
  1097. $this->disconnect();
  1098. }
  1099. }
  1100. protected function checkParameters(ConnectionParameters $parameters) {
  1101. if ($parameters->scheme != 'tcp' && $parameters->scheme != 'redis') {
  1102. throw new \InvalidArgumentException("Invalid scheme: {$parameters->scheme}");
  1103. }
  1104. return $parameters;
  1105. }
  1106. protected function createResource() {
  1107. $uri = sprintf('tcp://%s:%d/', $this->_params->host, $this->_params->port);
  1108. $connectFlags = STREAM_CLIENT_CONNECT;
  1109. if ($this->_params->connection_async) {
  1110. $connectFlags |= STREAM_CLIENT_ASYNC_CONNECT;
  1111. }
  1112. if ($this->_params->connection_persistent) {
  1113. $connectFlags |= STREAM_CLIENT_PERSISTENT;
  1114. }
  1115. $this->_socket = @stream_socket_client(
  1116. $uri, $errno, $errstr, $this->_params->connection_timeout, $connectFlags
  1117. );
  1118. if (!$this->_socket) {
  1119. $this->onCommunicationException(trim($errstr), $errno);
  1120. }
  1121. if (isset($this->_params->read_write_timeout)) {
  1122. $timeoutSeconds = floor($this->_params->read_write_timeout);
  1123. $timeoutUSeconds = ($this->_params->read_write_timeout - $timeoutSeconds) * 1000000;
  1124. stream_set_timeout($this->_socket, $timeoutSeconds, $timeoutUSeconds);
  1125. }
  1126. }
  1127. private function sendInitializationCommands() {
  1128. foreach ($this->_initCmds as $command) {
  1129. $this->writeCommand($command);
  1130. }
  1131. foreach ($this->_initCmds as $command) {
  1132. $this->readResponse($command);
  1133. }
  1134. }
  1135. public function connect() {
  1136. parent::connect();
  1137. if (count($this->_initCmds) > 0){
  1138. $this->sendInitializationCommands();
  1139. }
  1140. }
  1141. public function writeCommand(ICommand $command) {
  1142. $this->writeBytes($command->serialize());
  1143. }
  1144. public function readResponse(ICommand $command) {
  1145. $response = $this->_reader->read($this);
  1146. $skipparse = isset($response->queued) || isset($response->error);
  1147. return $skipparse ? $response : $command->parseResponse($response);
  1148. }
  1149. public function rawCommand($rawCommandData, $closesConnection = false) {
  1150. $this->writeBytes($rawCommandData);
  1151. if ($closesConnection) {
  1152. $this->disconnect();
  1153. return;
  1154. }
  1155. return $this->_reader->read($this);
  1156. }
  1157. public function writeBytes($value) {
  1158. $socket = $this->getSocket();
  1159. while (($length = strlen($value)) > 0) {
  1160. $written = fwrite($socket, $value);
  1161. if ($length === $written) {
  1162. return true;
  1163. }
  1164. if ($written === false || $written === 0) {
  1165. $this->onCommunicationException('Error while writing bytes to the server');
  1166. }
  1167. $value = substr($value, $written);
  1168. }
  1169. return true;
  1170. }
  1171. public function readBytes($length) {
  1172. if ($length == 0) {
  1173. throw new \InvalidArgumentException('Length parameter must be greater than 0');
  1174. }
  1175. $socket = $this->getSocket();
  1176. $value = '';
  1177. do {
  1178. $chunk = fread($socket, $length);
  1179. if ($chunk === false || $chunk === '') {
  1180. $this->onCommunicationException('Error while reading bytes from the server');
  1181. }
  1182. $value .= $chunk;
  1183. }
  1184. while (($length -= strlen($chunk)) > 0);
  1185. return $value;
  1186. }
  1187. public function readLine() {
  1188. $socket = $this->getSocket();
  1189. $value = '';
  1190. do {
  1191. $chunk = fgets($socket);
  1192. if ($chunk === false || strlen($chunk) == 0) {
  1193. $this->onCommunicationException('Error while reading line from the server');
  1194. }
  1195. $value .= $chunk;
  1196. }
  1197. while (substr($value, -2) !== Protocol::NEWLINE);
  1198. return substr($value, 0, -2);
  1199. }
  1200. }
  1201. class UnixDomainSocketConnection extends TcpConnection {
  1202. public function __construct(ConnectionParameters $parameters, ResponseReader $reader = null) {
  1203. parent::__construct($this->checkParameters($parameters), $reader);
  1204. }
  1205. protected function checkParameters(ConnectionParameters $parameters) {
  1206. if ($parameters->scheme != 'unix') {
  1207. throw new \InvalidArgumentException("Invalid scheme: {$parameters->scheme}");
  1208. }
  1209. if (!file_exists($parameters->path)) {
  1210. throw new \InvalidArgumentException("Could not find {$parameters->path}");
  1211. }
  1212. return $parameters;
  1213. }
  1214. protected function createResource() {
  1215. $uri = sprintf('unix:///%s', $this->_params->path);
  1216. $connectFlags = STREAM_CLIENT_CONNECT;
  1217. if ($this->_params->connection_persistent) {
  1218. $connectFlags |= STREAM_CLIENT_PERSISTENT;
  1219. }
  1220. $this->_socket = @stream_socket_client(
  1221. $uri, $errno, $errstr, $this->_params->connection_timeout, $connectFlags
  1222. );
  1223. if (!$this->_socket) {
  1224. $this->onCommunicationException(trim($errstr), $errno);
  1225. }
  1226. }
  1227. }
  1228. class ConnectionCluster implements IConnectionCluster, \IteratorAggregate {
  1229. private $_pool, $_distributor;
  1230. public function __construct(IDistributionStrategy $distributor = null) {
  1231. $this->_pool = array();
  1232. $this->_distributor = $distributor ?: new Distribution\HashRing();
  1233. }
  1234. public function isConnected() {
  1235. foreach ($this->_pool as $connection) {
  1236. if ($connection->isConnected()) {
  1237. return true;
  1238. }
  1239. }
  1240. return false;
  1241. }
  1242. public function connect() {
  1243. foreach ($this->_pool as $connection) {
  1244. $connection->connect();
  1245. }
  1246. }
  1247. public function disconnect() {
  1248. foreach ($this->_pool as $connection) {
  1249. $connection->disconnect();
  1250. }
  1251. }
  1252. public function add(IConnectionSingle $connection) {
  1253. $parameters = $connection->getParameters();
  1254. if (isset($parameters->alias)) {
  1255. $this->_pool[$parameters->alias] = $connection;
  1256. }
  1257. else {
  1258. $this->_pool[] = $connection;
  1259. }
  1260. $this->_distributor->add($connection, $parameters->weight);
  1261. }
  1262. public function getConnection(ICommand $command) {
  1263. if ($command->canBeHashed() === false) {
  1264. throw new ClientException(
  1265. sprintf("Cannot send '%s' commands to a cluster of connections", $command->getCommandId())
  1266. );
  1267. }
  1268. return $this->_distributor->get($command->getHash($this->_distributor));
  1269. }
  1270. public function getConnectionById($id = null) {
  1271. $alias = $id ?: 0;
  1272. return isset($this->_pool[$alias]) ? $this->_pool[$alias] : null;
  1273. }
  1274. public function getIterator() {
  1275. return new \ArrayIterator($this->_pool);
  1276. }
  1277. public function writeCommand(ICommand $command) {
  1278. $this->getConnection($command)->writeCommand($command);
  1279. }
  1280. public function readResponse(ICommand $command) {
  1281. return $this->getConnection($command)->readResponse($command);
  1282. }
  1283. public function executeCommand(ICommand $command) {
  1284. $connection = $this->getConnection($command);
  1285. $connection->writeCommand($command);
  1286. return $connection->readResponse($command);
  1287. }
  1288. }
  1289. /* ------------------------------------------------------------------------- */
  1290. abstract class RedisServerProfile {
  1291. private static $_serverProfiles;
  1292. private $_registeredCommands;
  1293. public function __construct() {
  1294. $this->_registeredCommands = $this->getSupportedCommands();
  1295. }
  1296. public abstract function getVersion();
  1297. protected abstract function getSupportedCommands();
  1298. public static function getDefault() {
  1299. return self::get('default');
  1300. }
  1301. public static function getDevelopment() {
  1302. return self::get('dev');
  1303. }
  1304. private static function predisServerProfiles() {
  1305. return array(
  1306. '1.2' => '\Predis\RedisServer_v1_2',
  1307. '2.0' => '\Predis\RedisServer_v2_0',
  1308. 'default' => '\Predis\RedisServer_v2_0',
  1309. 'dev' => '\Predis\RedisServer_vNext',
  1310. );
  1311. }
  1312. public static function registerProfile($profileClass, $aliases) {
  1313. if (!isset(self::$_serverProfiles)) {
  1314. self::$_serverProfiles = self::predisServerProfiles();
  1315. }
  1316. $profileReflection = new \ReflectionClass($profileClass);
  1317. if (!$profileReflection->isSubclassOf('\Predis\RedisServerProfile')) {
  1318. throw new ClientException("Cannot register '$profileClass' as it is not a valid profile class");
  1319. }
  1320. if (is_array($aliases)) {
  1321. foreach ($aliases as $alias) {
  1322. self::$_serverProfiles[$alias] = $profileClass;
  1323. }
  1324. }
  1325. else {
  1326. self::$_serverProfiles[$aliases] = $profileClass;
  1327. }
  1328. }
  1329. public static function get($version) {
  1330. if (!isset(self::$_serverProfiles)) {
  1331. self::$_serverProfiles = self::predisServerProfiles();
  1332. }
  1333. if (!isset(self::$_serverProfiles[$version])) {
  1334. throw new ClientException("Unknown server profile: $version");
  1335. }
  1336. $profile = self::$_serverProfiles[$version];
  1337. return new $profile();
  1338. }
  1339. public function supportsCommands(Array $commands) {
  1340. foreach ($commands as $command) {
  1341. if ($this->supportsCommand($command) === false) {
  1342. return false;
  1343. }
  1344. }
  1345. return true;
  1346. }
  1347. public function supportsCommand($command) {
  1348. return isset($this->_registeredCommands[$command]);
  1349. }
  1350. public function createCommand($method, $arguments = array()) {
  1351. if (!isset($this->_registeredCommands[$method])) {
  1352. throw new ClientException("'$method' is not a registered Redis command");
  1353. }
  1354. $commandClass = $this->_registeredCommands[$method];
  1355. $command = new $commandClass();
  1356. $command->setArgumentsArray($arguments);
  1357. return $command;
  1358. }
  1359. public function registerCommands(Array $commands) {
  1360. foreach ($commands as $command => $aliases) {
  1361. $this->registerCommand($command, $aliases);
  1362. }
  1363. }
  1364. public function registerCommand($command, $aliases) {
  1365. $commandReflection = new \ReflectionClass($command);
  1366. if (!$commandReflection->isSubclassOf('\Predis\Command')) {
  1367. throw new ClientException("Cannot register '$command' as it is not a valid Redis command");
  1368. }
  1369. if (is_array($aliases)) {
  1370. foreach ($aliases as $alias) {
  1371. $this->_registeredCommands[$alias] = $command;
  1372. }
  1373. }
  1374. else {
  1375. $this->_registeredCommands[$aliases] = $command;
  1376. }
  1377. }
  1378. public function __toString() {
  1379. return $this->getVersion();
  1380. }
  1381. }
  1382. class RedisServer_v1_2 extends RedisServerProfile {
  1383. public function getVersion() { return '1.2'; }
  1384. public function getSupportedCommands() {
  1385. return array(
  1386. /* miscellaneous commands */
  1387. 'ping' => '\Predis\Commands\Ping',
  1388. 'echo' => '\Predis\Commands\DoEcho',
  1389. 'auth' => '\Predis\Commands\Auth',
  1390. /* connection handling */
  1391. 'quit' => '\Predis\Commands\Quit',
  1392. /* commands operating on string values */
  1393. 'set' => '\Predis\Commands\Set',
  1394. 'setnx' => '\Predis\Commands\SetPreserve',
  1395. 'mset' => '\Predis\Commands\SetMultiple',
  1396. 'msetnx' => '\Predis\Commands\SetMultiplePreserve',
  1397. 'get' => '\Predis\Commands\Get',
  1398. 'mget' => '\Predis\Commands\GetMultiple',
  1399. 'getset' => '\Predis\Commands\GetSet',
  1400. 'incr' => '\Predis\Commands\Increment',
  1401. 'incrby' => '\Predis\Commands\IncrementBy',
  1402. 'decr' => '\Predis\Commands\Decrement',
  1403. 'decrby' => '\Predis\Commands\DecrementBy',
  1404. 'exists' => '\Predis\Commands\Exists',
  1405. 'del' => '\Predis\Commands\Delete',
  1406. 'type' => '\Predis\Commands\Type',
  1407. /* commands operating on the key space */
  1408. 'keys' => '\Predis\Commands\Keys',
  1409. 'randomkey' => '\Predis\Commands\RandomKey',
  1410. 'rename' => '\Predis\Commands\Rename',
  1411. 'renamenx' => '\Predis\Commands\RenamePreserve',
  1412. 'expire' => '\Predis\Commands\Expire',
  1413. 'expireat' => '\Predis\Commands\ExpireAt',
  1414. 'dbsize' => '\Predis\Commands\DatabaseSize',
  1415. 'ttl' => '\Predis\Commands\TimeToLive',
  1416. /* commands operating on lists */
  1417. 'rpush' => '\Predis\Commands\ListPushTail',
  1418. 'lpush' => '\Predis\Commands\ListPushHead',
  1419. 'llen' => '\Predis\Commands\ListLength',
  1420. 'lrange' => '\Predis\Commands\ListRange',
  1421. 'ltrim' => '\Predis\Commands\ListTrim',
  1422. 'lindex' => '\Predis\Commands\ListIndex',
  1423. 'lset' => '\Predis\Commands\ListSet',
  1424. 'lrem' => '\Predis\Commands\ListRemove',
  1425. 'lpop' => '\Predis\Commands\ListPopFirst',
  1426. 'rpop' => '\Predis\Commands\ListPopLast',
  1427. 'rpoplpush' => '\Predis\Commands\ListPopLastPushHead',
  1428. /* commands operating on sets */
  1429. 'sadd' => '\Predis\Commands\SetAdd',
  1430. 'srem' => '\Predis\Commands\SetRemove',
  1431. 'spop' => '\Predis\Commands\SetPop',
  1432. 'smove' => '\Predis\Commands\SetMove',
  1433. 'scard' => '\Predis\Commands\SetCardinality',
  1434. 'sismember' => '\Predis\Commands\SetIsMember',
  1435. 'sinter' => '\Predis\Commands\SetIntersection',
  1436. 'sinterstore' => '\Predis\Commands\SetIntersectionStore',
  1437. 'sunion' => '\Predis\Commands\SetUnion',
  1438. 'sunionstore' => '\Predis\Commands\SetUnionStore',
  1439. 'sdiff' => '\Predis\Commands\SetDifference',
  1440. 'sdiffstore' => '\Predis\Commands\SetDifferenceStore',
  1441. 'smembers' => '\Predis\Commands\SetMembers',
  1442. 'srandmember' => '\Predis\Commands\SetRandomMember',
  1443. /* commands operating on sorted sets */
  1444. 'zadd' => '\Predis\Commands\ZSetAdd',
  1445. 'zincrby' => '\Predis\Commands\ZSetIncrementBy',
  1446. 'zrem' => '\Predis\Commands\ZSetRemove',
  1447. 'zrange' => '\Predis\Commands\ZSetRange',
  1448. 'zrevrange' => '\Predis\Commands\ZSetReverseRange',
  1449. 'zrangebyscore' => '\Predis\Commands\ZSetRangeByScore',
  1450. 'zcard' => '\Predis\Commands\ZSetCardinality',
  1451. 'zscore' => '\Predis\Commands\ZSetScore',
  1452. 'zremrangebyscore' => '\Predis\Commands\ZSetRemoveRangeByScore',
  1453. /* multiple databases handling commands */
  1454. 'select' => '\Predis\Commands\SelectDatabase',
  1455. 'move' => '\Predis\Commands\MoveKey',
  1456. 'flushdb' => '\Predis\Commands\FlushDatabase',
  1457. 'flushall' => '\Predis\Commands\FlushAll',
  1458. /* sorting */
  1459. 'sort' => '\Predis\Commands\Sort',
  1460. /* remote server control commands */
  1461. 'info' => '\Predis\Commands\Info',
  1462. 'slaveof' => '\Predis\Commands\SlaveOf',
  1463. /* persistence control commands */
  1464. 'save' => '\Predis\Commands\Save',
  1465. 'bgsave' => '\Predis\Commands\BackgroundSave',
  1466. 'lastsave' => '\Predis\Commands\LastSave',
  1467. 'shutdown' => '\Predis\Commands\Shutdown',
  1468. 'bgrewriteaof' => '\Predis\Commands\BackgroundRewriteAppendOnlyFile',
  1469. );
  1470. }
  1471. }
  1472. class RedisServer_v2_0 extends RedisServer_v1_2 {
  1473. public function getVersion() { return '2.0'; }
  1474. public function getSupportedCommands() {
  1475. return array_merge(parent::getSupportedCommands(), array(
  1476. /* transactions */
  1477. 'multi' => '\Predis\Commands\Multi',
  1478. 'exec' => '\Predis\Commands\Exec',
  1479. 'discard' => '\Predis\Commands\Discard',
  1480. /* commands operating on string values */
  1481. 'setex' => '\Predis\Commands\SetExpire',
  1482. 'append' => '\Predis\Commands\Append',
  1483. 'substr' => '\Predis\Commands\Substr',
  1484. /* commands operating on lists */
  1485. 'blpop' => '\Predis\Commands\ListPopFirstBlocking',
  1486. 'brpop' => '\Predis\Commands\ListPopLastBlocking',
  1487. /* commands operating on sorted sets */
  1488. 'zunionstore' => '\Predis\Commands\ZSetUnionStore',
  1489. 'zinterstore' => '\Predis\Commands\ZSetIntersectionStore',
  1490. 'zcount' => '\Predis\Commands\ZSetCount',
  1491. 'zrank' => '\Predis\Commands\ZSetRank',
  1492. 'zrevrank' => '\Predis\Commands\ZSetReverseRank',
  1493. 'zremrangebyrank' => '\Predis\Commands\ZSetRemoveRangeByRank',
  1494. /* commands operating on hashes */
  1495. 'hset' => '\Predis\Commands\HashSet',
  1496. 'hsetnx' => '\Predis\Commands\HashSetPreserve',
  1497. 'hmset' => '\Predis\Commands\HashSetMultiple',
  1498. 'hincrby' => '\Predis\Commands\HashIncrementBy',
  1499. 'hget' => '\Predis\Commands\HashGet',
  1500. 'hmget' => '\Predis\Commands\HashGetMultiple',
  1501. 'hdel' => '\Predis\Commands\HashDelete',
  1502. 'hexists' => '\Predis\Commands\HashExists',
  1503. 'hlen' => '\Predis\Commands\HashLength',
  1504. 'hkeys' => '\Predis\Commands\HashKeys',
  1505. 'hvals' => '\Predis\Commands\HashValues',
  1506. 'hgetall' => '\Predis\Commands\HashGetAll',
  1507. /* publish - subscribe */
  1508. 'subscribe' => '\Predis\Commands\Subscribe',
  1509. 'unsubscribe' => '\Predis\Commands\Unsubscribe',
  1510. 'psubscribe' => '\Predis\Commands\SubscribeByPattern',
  1511. 'punsubscribe' => '\Predis\Commands\UnsubscribeByPattern',
  1512. 'publish' => '\Predis\Commands\Publish',
  1513. /* remote server control commands */
  1514. 'config' => '\Predis\Commands\Config',
  1515. ));
  1516. }
  1517. }
  1518. class RedisServer_vNext extends RedisServer_v2_0 {
  1519. public function getVersion() { return '2.1'; }
  1520. public function getSupportedCommands() {
  1521. return array_merge(parent::getSupportedCommands(), array(
  1522. /* transactions */
  1523. 'watch' => '\Predis\Commands\Watch',
  1524. 'unwatch' => '\Predis\Commands\Unwatch',
  1525. /* commands operating on string values */
  1526. 'strlen' => '\Predis\Commands\Strlen',
  1527. /* commands operating on lists */
  1528. 'rpushx' => '\Predis\Commands\ListPushTailX',
  1529. 'lpushx' => '\Predis\Commands\ListPushHeadX',
  1530. 'linsert' => '\Predis\Commands\ListInsert',
  1531. /* commands operating on sorted sets */
  1532. 'zrevrangebyscore' => '\Predis\Commands\ZSetReverseRangeByScore',
  1533. ));
  1534. }
  1535. }
  1536. /* ------------------------------------------------------------------------- */
  1537. namespace Predis\Pipeline;
  1538. use Predis\IConnection, Predis\ServerException, Predis\CommunicationException;
  1539. interface IPipelineExecutor {
  1540. public function execute(IConnection $connection, &$commands);
  1541. }
  1542. class StandardExecutor implements IPipelineExecutor {
  1543. public function execute(IConnection $connection, &$commands) {
  1544. $sizeofPipe = count($commands);
  1545. $values = array();
  1546. foreach ($commands as $command) {
  1547. $connection->writeCommand($command);
  1548. }
  1549. try {
  1550. for ($i = 0; $i < $sizeofPipe; $i++) {
  1551. $response = $connection->readResponse($commands[$i]);
  1552. $values[] = $response instanceof \Iterator
  1553. ? iterator_to_array($response)
  1554. : $response;
  1555. unset($commands[$i]);
  1556. }
  1557. }
  1558. catch (ServerException $exception) {
  1559. // force disconnection to prevent protocol desynchronization
  1560. $connection->disconnect();
  1561. throw $exception;
  1562. }
  1563. return $values;
  1564. }
  1565. }
  1566. class SafeExecutor implements IPipelineExecutor {
  1567. public function execute(IConnection $connection, &$commands) {
  1568. $sizeofPipe = count($commands);
  1569. $values = array();
  1570. foreach ($commands as $command) {
  1571. try {
  1572. $connection->writeCommand($command);
  1573. }
  1574. catch (CommunicationException $exception) {
  1575. return array_fill(0, $sizeofPipe, $exception);
  1576. }
  1577. }
  1578. for ($i = 0; $i < $sizeofPipe; $i++) {
  1579. $command = $commands[$i];
  1580. unset($commands[$i]);
  1581. try {
  1582. $response = $connection->readResponse($command);
  1583. $values[] = ($response instanceof \Iterator
  1584. ? iterator_to_array($response)
  1585. : $response
  1586. );
  1587. }
  1588. catch (ServerException $exception) {
  1589. $values[] = $exception->toResponseError();
  1590. }
  1591. catch (CommunicationException $exception) {
  1592. $toAdd = count($commands) - count($values);
  1593. $values = array_merge($values, array_fill(0, $toAdd, $exception));
  1594. break;
  1595. }
  1596. }
  1597. return $values;
  1598. }
  1599. }
  1600. class SafeClusterExecutor implements IPipelineExecutor {
  1601. public function execute(IConnection $connection, &$commands) {
  1602. $connectionExceptions = array();
  1603. $sizeofPipe = count($commands);
  1604. $values = array();
  1605. foreach ($commands as $command) {
  1606. $cmdConnection = $connection->getConnection($command);
  1607. if (isset($connectionExceptions[spl_object_hash($cmdConnection)])) {
  1608. continue;
  1609. }
  1610. try {
  1611. $cmdConnection->writeCommand($command);
  1612. }
  1613. catch (CommunicationException $exception) {
  1614. $connectionExceptions[spl_object_hash($cmdConnection)] = $exception;
  1615. }
  1616. }
  1617. for ($i = 0; $i < $sizeofPipe; $i++) {
  1618. $command = $commands[$i];
  1619. unset($commands[$i]);
  1620. $cmdConnection = $connection->getConnection($command);
  1621. $connectionObjectHash = spl_object_hash($cmdConnection);
  1622. if (isset($connectionExceptions[$connectionObjectHash])) {
  1623. $values[] = $connectionExceptions[$connectionObjectHash];
  1624. continue;
  1625. }
  1626. try {
  1627. $response = $cmdConnection->readResponse($command);
  1628. $values[] = ($response instanceof \Iterator
  1629. ? iterator_to_array($response)
  1630. : $response
  1631. );
  1632. }
  1633. catch (ServerException $exception) {
  1634. $values[] = $exception->toResponseError();
  1635. }
  1636. catch (CommunicationException $exception) {
  1637. $values[] = $exception;
  1638. $connectionExceptions[$connectionObjectHash] = $exception;
  1639. }
  1640. }
  1641. return $values;
  1642. }
  1643. }
  1644. /* ------------------------------------------------------------------------- */
  1645. namespace Predis\Distribution;
  1646. interface IDistributionStrategy {
  1647. public function add($node, $weight = null);
  1648. public function remove($node);
  1649. public function get($key);
  1650. public function generateKey($value);
  1651. }
  1652. class EmptyRingException extends \Exception { }
  1653. class HashRing implements IDistributionStrategy {
  1654. const DEFAULT_REPLICAS = 128;
  1655. const DEFAULT_WEIGHT = 100;
  1656. private $_nodes, $_ring, $_ringKeys, $_ringKeysCount, $_replicas;
  1657. public function __construct($replicas = self::DEFAULT_REPLICAS) {
  1658. $this->_replicas = $replicas;
  1659. $this->_nodes = array();
  1660. }
  1661. public function add($node, $weight = null) {
  1662. // NOTE: in case of collisions in the hashes of the nodes, the node added
  1663. // last wins, thus the order in which nodes are added is significant.
  1664. $this->_nodes[] = array('object' => $node, 'weight' => (int) $weight ?: $this::DEFAULT_WEIGHT);
  1665. $this->reset();
  1666. }
  1667. public function remove($node) {
  1668. // NOTE: a node is removed by resetting the ring so that it's recreated from
  1669. // scratch, in order to reassign possible hashes with collisions to the
  1670. // right node according to the order in which they were added in the
  1671. // first place.
  1672. for ($i = 0; $i < count($this->_nodes); ++$i) {
  1673. if ($this->_nodes[$i]['object'] === $node) {
  1674. array_splice($this->_nodes, $i, 1);
  1675. $this->reset();
  1676. break;
  1677. }
  1678. }
  1679. }
  1680. private function reset() {
  1681. unset($this->_ring);
  1682. unset($this->_ringKeys);
  1683. unset($this->_ringKeysCount);
  1684. }
  1685. private function isInitialized() {
  1686. return isset($this->_ringKeys);
  1687. }
  1688. private function computeTotalWeight() {
  1689. // TODO: array_reduce + lambda for PHP 5.3
  1690. $totalWeight = 0;
  1691. foreach ($this->_nodes as $node) {
  1692. $totalWeight += $node['weight'];
  1693. }
  1694. return $totalWeight;
  1695. }
  1696. private function initialize() {
  1697. if ($this->isInitialized()) {
  1698. return;
  1699. }
  1700. if (count($this->_nodes) === 0) {
  1701. throw new EmptyRingException('Cannot initialize empty hashring');
  1702. }
  1703. $this->_ring = array();
  1704. $totalWeight = $this->computeTotalWeight();
  1705. $nodesCount = count($this->_nodes);
  1706. foreach ($this->_nodes as $node) {
  1707. $weightRatio = $node['weight'] / $totalWeight;
  1708. $this->addNodeToRing($this->_ring, $node, $nodesCount, $this->_replicas, $weightRatio);
  1709. }
  1710. ksort($this->_ring, SORT_NUMERIC);
  1711. $this->_ringKeys = array_keys($this->_ring);
  1712. $this->_ringKeysCount = count($this->_ringKeys);
  1713. }
  1714. protected function addNodeToRing(&$ring, $node, $totalNodes, $replicas, $weightRatio) {
  1715. $nodeObject = $node['object'];
  1716. $nodeHash = (string) $nodeObject;
  1717. $replicas = (int) round($weightRatio * $totalNodes * $replicas);
  1718. for ($i = 0; $i < $replicas; $i++) {
  1719. $key = crc32("$nodeHash:$i");
  1720. $ring[$key] = $nodeObject;
  1721. }
  1722. }
  1723. public function generateKey($value) {
  1724. return crc32($value);
  1725. }
  1726. public function get($key) {
  1727. return $this->_ring[$this->getNodeKey($key)];
  1728. }
  1729. private function getNodeKey($key) {
  1730. $this->initialize();
  1731. $ringKeys = $this->_ringKeys;
  1732. $upper = $this->_ringKeysCount - 1;
  1733. $lower = 0;
  1734. while ($lower <= $upper) {
  1735. $index = ($lower + $upper) >> 1;
  1736. $item = $ringKeys[$index];
  1737. if ($item > $key) {
  1738. $upper = $index - 1;
  1739. }
  1740. else if ($item < $key) {
  1741. $lower = $index + 1;
  1742. }
  1743. else {
  1744. return $item;
  1745. }
  1746. }
  1747. return $ringKeys[$this->wrapAroundStrategy($upper, $lower, $this->_ringKeysCount)];
  1748. }
  1749. protected function wrapAroundStrategy($upper, $lower, $ringKeysCount) {
  1750. // NOTE: binary search for the last item in _ringkeys with a value
  1751. // less or equal to the key. If no such item exists, return the
  1752. // last item.
  1753. return $upper >= 0 ? $upper : $ringKeysCount - 1;
  1754. }
  1755. }
  1756. class KetamaPureRing extends HashRing {
  1757. const DEFAULT_REPLICAS = 160;
  1758. public function __construct() {
  1759. parent::__construct($this::DEFAULT_REPLICAS);
  1760. }
  1761. protected function addNodeToRing(&$ring, $node, $totalNodes, $replicas, $weightRatio) {
  1762. $nodeObject = $node['object'];
  1763. $nodeHash = (string) $nodeObject;
  1764. $replicas = (int) floor($weightRatio * $totalNodes * ($replicas / 4));
  1765. for ($i = 0; $i < $replicas; $i++) {
  1766. $unpackedDigest = unpack('V4', md5("$nodeHash-$i", true));
  1767. foreach ($unpackedDigest as $key) {
  1768. $ring[$key] = $nodeObject;
  1769. }
  1770. }
  1771. }
  1772. public function generateKey($value) {
  1773. $hash = unpack('V', md5($value, true));
  1774. return $hash[1];
  1775. }
  1776. protected function wrapAroundStrategy($upper, $lower, $ringKeysCount) {
  1777. // NOTE: binary search for the first item in _ringkeys with a value
  1778. // greater or equal to the key. If no such item exists, return the
  1779. // first item.
  1780. return $lower < $ringKeysCount ? $lower : 0;
  1781. }
  1782. }
  1783. /* ------------------------------------------------------------------------- */
  1784. namespace Predis\Shared;
  1785. use Predis\IConnection, Predis\IConnectionSingle, Predis\IConnectionCluster,
  1786. Predis\CommunicationException;
  1787. class Utils {
  1788. public static function isCluster(IConnection $connection) {
  1789. return $connection instanceof IConnectionCluster;
  1790. }
  1791. public static function onCommunicationException(CommunicationException $exception) {
  1792. if ($exception->shouldResetConnection()) {
  1793. $connection = $exception->getConnection();
  1794. if ($connection->isConnected()) {
  1795. $connection->disconnect();
  1796. }
  1797. }
  1798. throw $exception;
  1799. }
  1800. public static function filterArrayArguments(Array $arguments) {
  1801. if (count($arguments) === 1 && is_array($arguments[0])) {
  1802. return $arguments[0];
  1803. }
  1804. return $arguments;
  1805. }
  1806. }
  1807. abstract class MultiBulkResponseIteratorBase implements \Iterator, \Countable {
  1808. protected $_position, $_current, $_replySize;
  1809. public function rewind() {
  1810. // NOOP
  1811. }
  1812. public function current() {
  1813. return $this->_current;
  1814. }
  1815. public function key() {
  1816. return $this->_position;
  1817. }
  1818. public function next() {
  1819. if (++$this->_position < $this->_replySize) {
  1820. $this->_current = $this->getValue();
  1821. }
  1822. return $this->_position;
  1823. }
  1824. public function valid() {
  1825. return $this->_position < $this->_replySize;
  1826. }
  1827. public function count() {
  1828. // NOTE: use count if you want to get the size of the current multi-bulk
  1829. // response without using iterator_count (which actually consumes
  1830. // our iterator to calculate the size, and we cannot perform a rewind)
  1831. return $this->_replySize;
  1832. }
  1833. protected abstract function getValue();
  1834. }
  1835. class MultiBulkResponseIterator extends MultiBulkResponseIteratorBase {
  1836. private $_connection;
  1837. public function __construct(IConnectionSingle $connection, $size) {
  1838. $this->_connection = $connection;
  1839. $this->_reader = $connection->getResponseReader();
  1840. $this->_position = 0;
  1841. $this->_current = $size > 0 ? $this->getValue() : null;
  1842. $this->_replySize = $size;
  1843. }
  1844. public function __destruct() {
  1845. // when the iterator is garbage-collected (e.g. it goes out of the
  1846. // scope of a foreach) but it has not reached its end, we must sync
  1847. // the client with the queued elements that have not been read from
  1848. // the connection with the server.
  1849. $this->sync();
  1850. }
  1851. public function sync($drop = false) {
  1852. if ($drop == true) {
  1853. if ($this->valid()) {
  1854. $this->_position = $this->_replySize;
  1855. $this->_connection->disconnect();
  1856. }
  1857. }
  1858. else {
  1859. while ($this->valid()) {
  1860. $this->next();
  1861. }
  1862. }
  1863. }
  1864. protected function getValue() {
  1865. return $this->_reader->read($this->_connection);
  1866. }
  1867. }
  1868. class MultiBulkResponseKVIterator extends MultiBulkResponseIteratorBase {
  1869. private $_iterator;
  1870. public function __construct(MultiBulkResponseIterator $iterator) {
  1871. $virtualSize = count($iterator) / 2;
  1872. $this->_iterator = $iterator;
  1873. $this->_position = 0;
  1874. $this->_current = $virtualSize > 0 ? $this->getValue() : null;
  1875. $this->_replySize = $virtualSize;
  1876. }
  1877. public function __destruct() {
  1878. $this->_iterator->sync();
  1879. }
  1880. protected function getValue() {
  1881. $k = $this->_iterator->current();
  1882. $this->_iterator->next();
  1883. $v = $this->_iterator->current();
  1884. $this->_iterator->next();
  1885. return array($k, $v);
  1886. }
  1887. }
  1888. /* ------------------------------------------------------------------------- */
  1889. namespace Predis\Commands;
  1890. use Predis\Command, Predis\Shared\Utils, Predis\Shared\MultiBulkResponseKVIterator;
  1891. /* miscellaneous commands */
  1892. class Ping extends Command {
  1893. public function canBeHashed() { return false; }
  1894. public function getCommandId() { return 'PING'; }
  1895. public function parseResponse($data) {
  1896. return $data === 'PONG' ? true : false;
  1897. }
  1898. }
  1899. class DoEcho extends Command {
  1900. public function canBeHashed() { return false; }
  1901. public function getCommandId() { return 'ECHO'; }
  1902. }
  1903. class Auth extends Command {
  1904. public function canBeHashed() { return false; }
  1905. public function getCommandId() { return 'AUTH'; }
  1906. }
  1907. /* connection handling */
  1908. class Quit extends Command {
  1909. public function canBeHashed() { return false; }
  1910. public function getCommandId() { return 'QUIT'; }
  1911. public function closesConnection() { return true; }
  1912. }
  1913. /* commands operating on string values */
  1914. class Set extends Command {
  1915. public function getCommandId() { return 'SET'; }
  1916. }
  1917. class SetExpire extends Command {
  1918. public function getCommandId() { return 'SETEX'; }
  1919. }
  1920. class SetPreserve extends Command {
  1921. public function getCommandId() { return 'SETNX'; }
  1922. public function parseResponse($data) { return (bool) $data; }
  1923. }
  1924. class SetMultiple extends Command {
  1925. public function canBeHashed() { return false; }
  1926. public function getCommandId() { return 'MSET'; }
  1927. public function filterArguments(Array $arguments) {
  1928. if (count($arguments) === 1 && is_array($arguments[0])) {
  1929. $flattenedKVs = array();
  1930. $args = &$arguments[0];
  1931. foreach ($args as $k => $v) {
  1932. $flattenedKVs[] = $k;
  1933. $flattenedKVs[] = $v;
  1934. }
  1935. return $flattenedKVs;
  1936. }
  1937. return $arguments;
  1938. }
  1939. }
  1940. class SetMultiplePreserve extends SetMultiple {
  1941. public function canBeHashed() { return false; }
  1942. public function getCommandId() { return 'MSETNX'; }
  1943. public function parseResponse($data) { return (bool) $data; }
  1944. }
  1945. class Get extends Command {
  1946. public function getCommandId() { return 'GET'; }
  1947. }
  1948. class GetMultiple extends Command {
  1949. public function canBeHashed() { return false; }
  1950. public function getCommandId() { return 'MGET'; }
  1951. public function filterArguments(Array $arguments) {
  1952. return Utils::filterArrayArguments($arguments);
  1953. }
  1954. }
  1955. class GetSet extends Command {
  1956. public function getCommandId() { return 'GETSET'; }
  1957. }
  1958. class Increment extends Command {
  1959. public function getCommandId() { return 'INCR'; }
  1960. }
  1961. class IncrementBy extends Command {
  1962. public function getCommandId() { return 'INCRBY'; }
  1963. }
  1964. class Decrement extends Command {
  1965. public function getCommandId() { return 'DECR'; }
  1966. }
  1967. class DecrementBy extends Command {
  1968. public function getCommandId() { return 'DECRBY'; }
  1969. }
  1970. class Exists extends Command {
  1971. public function getCommandId() { return 'EXISTS'; }
  1972. public function parseResponse($data) { return (bool) $data; }
  1973. }
  1974. class Delete extends Command {
  1975. public function getCommandId() { return 'DEL'; }
  1976. public function filterArguments(Array $arguments) {
  1977. return Utils::filterArrayArguments($arguments);
  1978. }
  1979. }
  1980. class Type extends Command {
  1981. public function getCommandId() { return 'TYPE'; }
  1982. }
  1983. class Append extends Command {
  1984. public function getCommandId() { return 'APPEND'; }
  1985. }
  1986. class Substr extends Command {
  1987. public function getCommandId() { return 'SUBSTR'; }
  1988. }
  1989. class Strlen extends Command {
  1990. public function getCommandId() { return 'STRLEN'; }
  1991. }
  1992. /* commands operating on the key space */
  1993. class Keys extends Command {
  1994. public function canBeHashed() { return false; }
  1995. public function getCommandId() { return 'KEYS'; }
  1996. public function parseResponse($data) {
  1997. // TODO: is this behaviour correct?
  1998. if (is_array($data) || $data instanceof \Iterator) {
  1999. return $data;
  2000. }
  2001. return strlen($data) > 0 ? explode(' ', $data) : array();
  2002. }
  2003. }
  2004. class RandomKey extends Command {
  2005. public function canBeHashed() { return false; }
  2006. public function getCommandId() { return 'RANDOMKEY'; }
  2007. public function parseResponse($data) { return $data !== '' ? $data : null; }
  2008. }
  2009. class Rename extends Command {
  2010. public function canBeHashed() { return false; }
  2011. public function getCommandId() { return 'RENAME'; }
  2012. }
  2013. class RenamePreserve extends Command {
  2014. public function canBeHashed() { return false; }
  2015. public function getCommandId() { return 'RENAMENX'; }
  2016. public function parseResponse($data) { return (bool) $data; }
  2017. }
  2018. class Expire extends Command {
  2019. public function getCommandId() { return 'EXPIRE'; }
  2020. public function parseResponse($data) { return (bool) $data; }
  2021. }
  2022. class ExpireAt extends Command {
  2023. public function getCommandId() { return 'EXPIREAT'; }
  2024. public function parseResponse($data) { return (bool) $data; }
  2025. }
  2026. class DatabaseSize extends Command {
  2027. public function canBeHashed() { return false; }
  2028. public function getCommandId() { return 'DBSIZE'; }
  2029. }
  2030. class TimeToLive extends Command {
  2031. public function getCommandId() { return 'TTL'; }
  2032. }
  2033. /* commands operating on lists */
  2034. class ListPushTail extends Command {
  2035. public function getCommandId() { return 'RPUSH'; }
  2036. }
  2037. class ListPushTailX extends Command {
  2038. public function getCommandId() { return 'RPUSHX'; }
  2039. }
  2040. class ListPushHead extends Command {
  2041. public function getCommandId() { return 'LPUSH'; }
  2042. }
  2043. class ListPushHeadX extends Command {
  2044. public function getCommandId() { return 'LPUSHX'; }
  2045. }
  2046. class ListLength extends Command {
  2047. public function getCommandId() { return 'LLEN'; }
  2048. }
  2049. class ListRange extends Command {
  2050. public function getCommandId() { return 'LRANGE'; }
  2051. }
  2052. class ListTrim extends Command {
  2053. public function getCommandId() { return 'LTRIM'; }
  2054. }
  2055. class ListIndex extends Command {
  2056. public function getCommandId() { return 'LINDEX'; }
  2057. }
  2058. class ListSet extends Command {
  2059. public function getCommandId() { return 'LSET'; }
  2060. }
  2061. class ListRemove extends Command {
  2062. public function getCommandId() { return 'LREM'; }
  2063. }
  2064. class ListPopLastPushHead extends Command {
  2065. public function getCommandId() { return 'RPOPLPUSH'; }
  2066. }
  2067. class ListPopLastPushHeadBulk extends Command {
  2068. public function getCommandId() { return 'RPOPLPUSH'; }
  2069. }
  2070. class ListPopFirst extends Command {
  2071. public function getCommandId() { return 'LPOP'; }
  2072. }
  2073. class ListPopLast extends Command {
  2074. public function getCommandId() { return 'RPOP'; }
  2075. }
  2076. class ListPopFirstBlocking extends Command {
  2077. public function getCommandId() { return 'BLPOP'; }
  2078. }
  2079. class ListPopLastBlocking extends Command {
  2080. public function getCommandId() { return 'BRPOP'; }
  2081. }
  2082. class ListInsert extends Command {
  2083. public function getCommandId() { return 'LINSERT'; }
  2084. }
  2085. /* commands operating on sets */
  2086. class SetAdd extends Command {
  2087. public function getCommandId() { return 'SADD'; }
  2088. public function parseResponse($data) { return (bool) $data; }
  2089. }
  2090. class SetRemove extends Command {
  2091. public function getCommandId() { return 'SREM'; }
  2092. public function parseResponse($data) { return (bool) $data; }
  2093. }
  2094. class SetPop extends Command {
  2095. public function getCommandId() { return 'SPOP'; }
  2096. }
  2097. class SetMove extends Command {
  2098. public function canBeHashed() { return false; }
  2099. public function getCommandId() { return 'SMOVE'; }
  2100. public function parseResponse($data) { return (bool) $data; }
  2101. }
  2102. class SetCardinality extends Command {
  2103. public function getCommandId() { return 'SCARD'; }
  2104. }
  2105. class SetIsMember extends Command {
  2106. public function getCommandId() { return 'SISMEMBER'; }
  2107. public function parseResponse($data) { return (bool) $data; }
  2108. }
  2109. class SetIntersection extends Command {
  2110. public function getCommandId() { return 'SINTER'; }
  2111. public function filterArguments(Array $arguments) {
  2112. return Utils::filterArrayArguments($arguments);
  2113. }
  2114. }
  2115. class SetIntersectionStore extends Command {
  2116. public function getCommandId() { return 'SINTERSTORE'; }
  2117. public function filterArguments(Array $arguments) {
  2118. return Utils::filterArrayArguments($arguments);
  2119. }
  2120. }
  2121. class SetUnion extends SetIntersection {
  2122. public function getCommandId() { return 'SUNION'; }
  2123. }
  2124. class SetUnionStore extends SetIntersectionStore {
  2125. public function getCommandId() { return 'SUNIONSTORE'; }
  2126. }
  2127. class SetDifference extends SetIntersection {
  2128. public function getCommandId() { return 'SDIFF'; }
  2129. }
  2130. class SetDifferenceStore extends SetIntersectionStore {
  2131. public function getCommandId() { return 'SDIFFSTORE'; }
  2132. }
  2133. class SetMembers extends Command {
  2134. public function getCommandId() { return 'SMEMBERS'; }
  2135. }
  2136. class SetRandomMember extends Command {
  2137. public function getCommandId() { return 'SRANDMEMBER'; }
  2138. }
  2139. /* commands operating on sorted sets */
  2140. class ZSetAdd extends Command {
  2141. public function getCommandId() { return 'ZADD'; }
  2142. public function parseResponse($data) { return (bool) $data; }
  2143. }
  2144. class ZSetIncrementBy extends Command {
  2145. public function getCommandId() { return 'ZINCRBY'; }
  2146. }
  2147. class ZSetRemove extends Command {
  2148. public function getCommandId() { return 'ZREM'; }
  2149. public function parseResponse($data) { return (bool) $data; }
  2150. }
  2151. class ZSetUnionStore extends Command {
  2152. public function getCommandId() { return 'ZUNIONSTORE'; }
  2153. public function filterArguments(Array $arguments) {
  2154. $options = array();
  2155. $argc = count($arguments);
  2156. if ($argc > 1 && is_array($arguments[$argc - 1])) {
  2157. $options = $this->prepareOptions(array_pop($arguments));
  2158. }
  2159. $args = is_array($arguments[0]) ? $arguments[0] : $arguments;
  2160. return array_merge($args, $options);
  2161. }
  2162. private function prepareOptions($options) {
  2163. $opts = array_change_key_case($options, CASE_UPPER);
  2164. $finalizedOpts = array();
  2165. if (isset($opts['WEIGHTS']) && is_array($opts['WEIGHTS'])) {
  2166. $finalizedOpts[] = 'WEIGHTS';
  2167. foreach ($opts['WEIGHTS'] as $weight) {
  2168. $finalizedOpts[] = $weight;
  2169. }
  2170. }
  2171. if (isset($opts['AGGREGATE'])) {
  2172. $finalizedOpts[] = 'AGGREGATE';
  2173. $finalizedOpts[] = $opts['AGGREGATE'];
  2174. }
  2175. return $finalizedOpts;
  2176. }
  2177. }
  2178. class ZSetIntersectionStore extends ZSetUnionStore {
  2179. public function getCommandId() { return 'ZINTERSTORE'; }
  2180. }
  2181. class ZSetRange extends Command {
  2182. private $_withScores = false;
  2183. public function getCommandId() { return 'ZRANGE'; }
  2184. public function filterArguments(Array $arguments) {
  2185. if (count($arguments) === 4) {
  2186. $lastType = gettype($arguments[3]);
  2187. if ($lastType === 'string' && strtolower($arguments[3]) === 'withscores') {
  2188. // used for compatibility with older versions
  2189. $arguments[3] = array('WITHSCORES' => true);
  2190. $lastType = 'array';
  2191. }
  2192. if ($lastType === 'array') {
  2193. $options = $this->prepareOptions(array_pop($arguments));
  2194. return array_merge($arguments, $options);
  2195. }
  2196. }
  2197. return $arguments;
  2198. }
  2199. protected function prepareOptions($options) {
  2200. $opts = array_change_key_case($options, CASE_UPPER);
  2201. $finalizedOpts = array();
  2202. if (isset($opts['WITHSCORES'])) {
  2203. $finalizedOpts[] = 'WITHSCORES';
  2204. $this->_withScores = true;
  2205. }
  2206. return $finalizedOpts;
  2207. }
  2208. public function parseResponse($data) {
  2209. if ($this->_withScores) {
  2210. if ($data instanceof \Iterator) {
  2211. return new MultiBulkResponseKVIterator($data);
  2212. }
  2213. $result = array();
  2214. for ($i = 0; $i < count($data); $i++) {
  2215. $result[] = array($data[$i], $data[++$i]);
  2216. }
  2217. return $result;
  2218. }
  2219. return $data;
  2220. }
  2221. }
  2222. class ZSetReverseRange extends ZSetRange {
  2223. public function getCommandId() { return 'ZREVRANGE'; }
  2224. }
  2225. class ZSetRangeByScore extends ZSetRange {
  2226. public function getCommandId() { return 'ZRANGEBYSCORE'; }
  2227. protected function prepareOptions($options) {
  2228. $opts = array_change_key_case($options, CASE_UPPER);
  2229. $finalizedOpts = array();
  2230. if (isset($opts['LIMIT']) && is_array($opts['LIMIT'])) {
  2231. $limit = array_change_key_case($opts['LIMIT'], CASE_UPPER);
  2232. $finalizedOpts[] = 'LIMIT';
  2233. $finalizedOpts[] = isset($limit['OFFSET']) ? $limit['OFFSET'] : $limit[0];
  2234. $finalizedOpts[] = isset($limit['COUNT']) ? $limit['COUNT'] : $limit[1];
  2235. }
  2236. return array_merge($finalizedOpts, parent::prepareOptions($options));
  2237. }
  2238. }
  2239. class ZSetReverseRangeByScore extends ZSetRangeByScore {
  2240. public function getCommandId() { return 'ZREVRANGEBYSCORE'; }
  2241. }
  2242. class ZSetCount extends Command {
  2243. public function getCommandId() { return 'ZCOUNT'; }
  2244. }
  2245. class ZSetCardinality extends Command {
  2246. public function getCommandId() { return 'ZCARD'; }
  2247. }
  2248. class ZSetScore extends Command {
  2249. public function getCommandId() { return 'ZSCORE'; }
  2250. }
  2251. class ZSetRemoveRangeByScore extends Command {
  2252. public function getCommandId() { return 'ZREMRANGEBYSCORE'; }
  2253. }
  2254. class ZSetRank extends Command {
  2255. public function getCommandId() { return 'ZRANK'; }
  2256. }
  2257. class ZSetReverseRank extends Command {
  2258. public function getCommandId() { return 'ZREVRANK'; }
  2259. }
  2260. class ZSetRemoveRangeByRank extends Command {
  2261. public function getCommandId() { return 'ZREMRANGEBYRANK'; }
  2262. }
  2263. /* commands operating on hashes */
  2264. class HashSet extends Command {
  2265. public function getCommandId() { return 'HSET'; }
  2266. public function parseResponse($data) { return (bool) $data; }
  2267. }
  2268. class HashSetPreserve extends Command {
  2269. public function getCommandId() { return 'HSETNX'; }
  2270. public function parseResponse($data) { return (bool) $data; }
  2271. }
  2272. class HashSetMultiple extends Command {
  2273. public function getCommandId() { return 'HMSET'; }
  2274. public function filterArguments(Array $arguments) {
  2275. if (count($arguments) === 2 && is_array($arguments[1])) {
  2276. $flattenedKVs = array($arguments[0]);
  2277. $args = &$arguments[1];
  2278. foreach ($args as $k => $v) {
  2279. $flattenedKVs[] = $k;
  2280. $flattenedKVs[] = $v;
  2281. }
  2282. return $flattenedKVs;
  2283. }
  2284. return $arguments;
  2285. }
  2286. }
  2287. class HashIncrementBy extends Command {
  2288. public function getCommandId() { return 'HINCRBY'; }
  2289. }
  2290. class HashGet extends Command {
  2291. public function getCommandId() { return 'HGET'; }
  2292. }
  2293. class HashGetMultiple extends Command {
  2294. public function getCommandId() { return 'HMGET'; }
  2295. public function filterArguments(Array $arguments) {
  2296. if (count($arguments) === 2 && is_array($arguments[1])) {
  2297. $flattenedKVs = array($arguments[0]);
  2298. $args = &$arguments[1];
  2299. foreach ($args as $v) {
  2300. $flattenedKVs[] = $v;
  2301. }
  2302. return $flattenedKVs;
  2303. }
  2304. return $arguments;
  2305. }
  2306. }
  2307. class HashDelete extends Command {
  2308. public function getCommandId() { return 'HDEL'; }
  2309. public function parseResponse($data) { return (bool) $data; }
  2310. }
  2311. class HashExists extends Command {
  2312. public function getCommandId() { return 'HEXISTS'; }
  2313. public function parseResponse($data) { return (bool) $data; }
  2314. }
  2315. class HashLength extends Command {
  2316. public function getCommandId() { return 'HLEN'; }
  2317. }
  2318. class HashKeys extends Command {
  2319. public function getCommandId() { return 'HKEYS'; }
  2320. }
  2321. class HashValues extends Command {
  2322. public function getCommandId() { return 'HVALS'; }
  2323. }
  2324. class HashGetAll extends Command {
  2325. public function getCommandId() { return 'HGETALL'; }
  2326. public function parseResponse($data) {
  2327. if ($data instanceof \Iterator) {
  2328. return new MultiBulkResponseKVIterator($data);
  2329. }
  2330. $result = array();
  2331. for ($i = 0; $i < count($data); $i++) {
  2332. $result[$data[$i]] = $data[++$i];
  2333. }
  2334. return $result;
  2335. }
  2336. }
  2337. /* multiple databases handling commands */
  2338. class SelectDatabase extends Command {
  2339. public function canBeHashed() { return false; }
  2340. public function getCommandId() { return 'SELECT'; }
  2341. }
  2342. class MoveKey extends Command {
  2343. public function canBeHashed() { return false; }
  2344. public function getCommandId() { return 'MOVE'; }
  2345. public function parseResponse($data) { return (bool) $data; }
  2346. }
  2347. class FlushDatabase extends Command {
  2348. public function canBeHashed() { return false; }
  2349. public function getCommandId() { return 'FLUSHDB'; }
  2350. }
  2351. class FlushAll extends Command {
  2352. public function canBeHashed() { return false; }
  2353. public function getCommandId() { return 'FLUSHALL'; }
  2354. }
  2355. /* sorting */
  2356. class Sort extends Command {
  2357. public function getCommandId() { return 'SORT'; }
  2358. public function filterArguments(Array $arguments) {
  2359. if (count($arguments) === 1) {
  2360. return $arguments;
  2361. }
  2362. $query = array($arguments[0]);
  2363. $sortParams = array_change_key_case($arguments[1], CASE_UPPER);
  2364. if (isset($sortParams['BY'])) {
  2365. $query[] = 'BY';
  2366. $query[] = $sortParams['BY'];
  2367. }
  2368. if (isset($sortParams['GET'])) {
  2369. $getargs = $sortParams['GET'];
  2370. if (is_array($getargs)) {
  2371. foreach ($getargs as $getarg) {
  2372. $query[] = 'GET';
  2373. $query[] = $getarg;
  2374. }
  2375. }
  2376. else {
  2377. $query[] = 'GET';
  2378. $query[] = $getargs;
  2379. }
  2380. }
  2381. if (isset($sortParams['LIMIT']) && is_array($sortParams['LIMIT'])
  2382. && count($sortParams['LIMIT']) == 2) {
  2383. $query[] = 'LIMIT';
  2384. $query[] = $sortParams['LIMIT'][0];
  2385. $query[] = $sortParams['LIMIT'][1];
  2386. }
  2387. if (isset($sortParams['SORT'])) {
  2388. $query[] = strtoupper($sortParams['SORT']);
  2389. }
  2390. if (isset($sortParams['ALPHA']) && $sortParams['ALPHA'] == true) {
  2391. $query[] = 'ALPHA';
  2392. }
  2393. if (isset($sortParams['STORE'])) {
  2394. $query[] = 'STORE';
  2395. $query[] = $sortParams['STORE'];
  2396. }
  2397. return $query;
  2398. }
  2399. }
  2400. /* transactions */
  2401. class Multi extends Command {
  2402. public function canBeHashed() { return false; }
  2403. public function getCommandId() { return 'MULTI'; }
  2404. }
  2405. class Exec extends Command {
  2406. public function canBeHashed() { return false; }
  2407. public function getCommandId() { return 'EXEC'; }
  2408. }
  2409. class Discard extends Command {
  2410. public function canBeHashed() { return false; }
  2411. public function getCommandId() { return 'DISCARD'; }
  2412. }
  2413. class Watch extends Command {
  2414. public function canBeHashed() { return false; }
  2415. public function getCommandId() { return 'WATCH'; }
  2416. public function filterArguments(Array $arguments) {
  2417. if (isset($arguments[0]) && is_array($arguments[0])) {
  2418. return $arguments[0];
  2419. }
  2420. return $arguments;
  2421. }
  2422. public function parseResponse($data) { return (bool) $data; }
  2423. }
  2424. class Unwatch extends Command {
  2425. public function canBeHashed() { return false; }
  2426. public function getCommandId() { return 'UNWATCH'; }
  2427. public function parseResponse($data) { return (bool) $data; }
  2428. }
  2429. /* publish/subscribe */
  2430. class Subscribe extends Command {
  2431. public function canBeHashed() { return false; }
  2432. public function getCommandId() { return 'SUBSCRIBE'; }
  2433. }
  2434. class Unsubscribe extends Command {
  2435. public function canBeHashed() { return false; }
  2436. public function getCommandId() { return 'UNSUBSCRIBE'; }
  2437. }
  2438. class SubscribeByPattern extends Command {
  2439. public function canBeHashed() { return false; }
  2440. public function getCommandId() { return 'PSUBSCRIBE'; }
  2441. }
  2442. class UnsubscribeByPattern extends Command {
  2443. public function canBeHashed() { return false; }
  2444. public function getCommandId() { return 'PUNSUBSCRIBE'; }
  2445. }
  2446. class Publish extends Command {
  2447. public function canBeHashed() { return false; }
  2448. public function getCommandId() { return 'PUBLISH'; }
  2449. }
  2450. /* persistence control commands */
  2451. class Save extends Command {
  2452. public function canBeHashed() { return false; }
  2453. public function getCommandId() { return 'SAVE'; }
  2454. }
  2455. class BackgroundSave extends Command {
  2456. public function canBeHashed() { return false; }
  2457. public function getCommandId() { return 'BGSAVE'; }
  2458. public function parseResponse($data) {
  2459. if ($data == 'Background saving started') {
  2460. return true;
  2461. }
  2462. return $data;
  2463. }
  2464. }
  2465. class BackgroundRewriteAppendOnlyFile extends Command {
  2466. public function canBeHashed() { return false; }
  2467. public function getCommandId() { return 'BGREWRITEAOF'; }
  2468. public function parseResponse($data) {
  2469. return $data == 'Background append only file rewriting started';
  2470. }
  2471. }
  2472. class LastSave extends Command {
  2473. public function canBeHashed() { return false; }
  2474. public function getCommandId() { return 'LASTSAVE'; }
  2475. }
  2476. class Shutdown extends Command {
  2477. public function canBeHashed() { return false; }
  2478. public function getCommandId() { return 'SHUTDOWN'; }
  2479. public function closesConnection() { return true; }
  2480. }
  2481. /* remote server control commands */
  2482. class Info extends Command {
  2483. public function canBeHashed() { return false; }
  2484. public function getCommandId() { return 'INFO'; }
  2485. public function parseResponse($data) {
  2486. $info = array();
  2487. $infoLines = explode("\r\n", $data, -1);
  2488. foreach ($infoLines as $row) {
  2489. list($k, $v) = explode(':', $row);
  2490. if (!preg_match('/^db\d+$/', $k)) {
  2491. $info[$k] = $v;
  2492. }
  2493. else {
  2494. $db = array();
  2495. foreach (explode(',', $v) as $dbvar) {
  2496. list($dbvk, $dbvv) = explode('=', $dbvar);
  2497. $db[trim($dbvk)] = $dbvv;
  2498. }
  2499. $info[$k] = $db;
  2500. }
  2501. }
  2502. return $info;
  2503. }
  2504. }
  2505. class SlaveOf extends Command {
  2506. public function canBeHashed() { return false; }
  2507. public function getCommandId() { return 'SLAVEOF'; }
  2508. public function filterArguments(Array $arguments) {
  2509. if (count($arguments) === 0 || $arguments[0] === 'NO ONE') {
  2510. return array('NO', 'ONE');
  2511. }
  2512. return $arguments;
  2513. }
  2514. }
  2515. class Config extends Command {
  2516. public function canBeHashed() { return false; }
  2517. public function getCommandId() { return 'CONFIG'; }
  2518. }
  2519. ?>