Skip to content

Commit 57452a5

Browse files
committed
Update Connection.php
1 parent f4c9967 commit 57452a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ class Connection extends Component
227227
'ZREVRANK', // key member Determine the index of a member in a sorted set, with scores ordered from high to low
228228
'ZSCORE', // key member Get the score associated with the given member in a sorted set
229229
'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-
231230
'GEOADD', // key longitude latitude member [longitude latitude member ...] Add point
232231
'GEODIST', // key member1 member2 [unit] Return the distance between two members
233232
'GEOHASH', // key member [member ...] Return valid Geohash strings

0 commit comments

Comments
 (0)