mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Add new command: GEOPOS (Redis 3.2.0).
This commit is contained in:
@@ -259,6 +259,7 @@ class ReplicationStrategy
|
||||
'SORT' => array($this, 'isSortReadOnly'),
|
||||
'BITFIELD' => array($this, 'isBitfieldReadOnly'),
|
||||
'GEOHASH' => true,
|
||||
'GEOPOS' => true,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user