Quellcode durchsuchen

Updating comments.

Daniele Alessandri vor 15 Jahren
Ursprung
Commit
7c2866f9fc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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',