Browse Source

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

Daniele Alessandri 13 năm trước cách đây
mục cha
commit
81da6d2553
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/Predis/Connection/MasterSlaveReplication.php

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

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