Forráskód Böngészése

Updating comments.

Daniele Alessandri 15 éve
szülő
commit
7c2866f9fc
1 módosított fájl, 1 hozzáadás és 1 törlés
  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',