Add new command: GEOPOS (Redis 3.2.0).

This commit is contained in:
Daniele Alessandri
2016-05-24 16:04:44 +02:00
parent 0b6b3b2558
commit c4e0044269
14 changed files with 168 additions and 0 deletions
+1
View File
@@ -259,6 +259,7 @@ class ReplicationStrategy
'SORT' => array($this, 'isSortReadOnly'),
'BITFIELD' => array($this, 'isBitfieldReadOnly'),
'GEOHASH' => true,
'GEOPOS' => true,
);
}
}