Pārlūkot izejas kodu

Updating comments.

Daniele Alessandri 15 gadi atpakaļ
vecāks
revīzija
7c2866f9fc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lib/Predis.php

+ 1 - 1
lib/Predis.php

@@ -1451,7 +1451,7 @@ class RedisServer_vNext extends RedisServer_v1_2 {
     public function getVersion() { return '1.3'; }
     public function getSupportedCommands() {
         return array_merge(parent::getSupportedCommands(), array(
-            /* miscellaneous commands */
+            /* transactions */
             'multi'     => '\Predis\Commands\Multi',
             'exec'      => '\Predis\Commands\Exec',
             'discard'   => '\Predis\Commands\Discard',