mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
TIME can be considered a read-only command in MASTER / SLAVE.
This commit is contained in:
@@ -410,6 +410,7 @@ class MasterSlaveReplication implements IConnectionReplication
|
||||
'QUIT' => true,
|
||||
'OBJECT' => true,
|
||||
'BITCOUNT' => true,
|
||||
'TIME' => true,
|
||||
'SORT' => array($this, 'isSortReadOnly'),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user