You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Connection.php
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,12 @@ class Connection extends Component
227
227
'ZREVRANK', // key member Determine the index of a member in a sorted set, with scores ordered from high to low
228
228
'ZSCORE', // key member Get the score associated with the given member in a sorted set
229
229
'ZUNIONSTORE', // destination numkeys key [key ...] [WEIGHTS weight [weight ...]] [AGGREGATE SUM|MIN|MAX] Add multiple sorted sets and store the resulting sorted set in a new key
230
+
'GEOADD', // key longitude latitude member [longitude latitude member ...] Add point
231
+
'GEODIST', // key member1 member2 [unit] Return the distance between two members
232
+
'GEOHASH', // key member [member ...] Return valid Geohash strings
233
+
'GEOPOS', // key member [member ...] Return the positions (longitude,latitude)
234
+
'GEORADIUS', // key longitude latitude radius m|km|ft|mi [WITHCOORD] [WITHDIST] [WITHHASH] [COUNT count] Return the members
0 commit comments