瀏覽代碼

TIME can be considered a read-only command in MASTER / SLAVE.

Daniele Alessandri 13 年之前
父節點
當前提交
b94e002e90
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/Predis/Network/MasterSlaveReplication.php

+ 1 - 0
lib/Predis/Network/MasterSlaveReplication.php

@@ -410,6 +410,7 @@ class MasterSlaveReplication implements IConnectionReplication
             'QUIT'              => true,
             'QUIT'              => true,
             'OBJECT'            => true,
             'OBJECT'            => true,
             'BITCOUNT'          => true,
             'BITCOUNT'          => true,
+            'TIME'              => true,
             'SORT'              => array($this, 'isSortReadOnly'),
             'SORT'              => array($this, 'isSortReadOnly'),
         );
         );
     }
     }