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: README.markdown
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3165,16 +3165,16 @@ _**Description**_: Return members of a set with geospatial information that are
3165
3165
##### *Options Array*
3166
3166
The georadius command can be called with various options that control how Redis returns results. The following table describes the options phpredis supports. All options are case insensitive.
3167
3167
3168
-
| Key | Value | Description
3169
-
| :--- | :--- | :---- |
3170
-
| COUNT | integer > 0 | Limit how many results are returned
3171
-
| | WITHCOORD | Return longitude and latitude of matching members
3172
-
| | WITHDIST | Return the distance from the center
3173
-
| | WITHHASH | Return the raw geohash-encoded score
3174
-
| | ASC | Sort results in ascending order
3175
-
| | DESC | Sort results in descending order
3176
-
| STORE | _key_ | Store results in _key_
3177
-
| STOREDIST | _key_ | Store the results as distances in _key_
3168
+
| Key | Value | Description
3169
+
| :--- | :--- | :---- |
3170
+
| COUNT | integer > 0 | Limit how many results are returned
3171
+
| | WITHCOORD | Return longitude and latitude of matching members
3172
+
| | WITHDIST | Return the distance from the center
3173
+
| | WITHHASH | Return the raw geohash-encoded score
3174
+
| | ASC | Sort results in ascending order
3175
+
| | DESC | Sort results in descending order
3176
+
| STORE | _key_ | Store results in _key_
3177
+
| STOREDIST | _key_| Store the results as distances in _key_
3178
3178
3179
3179
*Note*: It doesn't make sense to pass both `ASC` and `DESC` options but if both are passed the last one passed will be used.
3180
3180
*Note*: When using `STORE[DIST]` in Redis Cluster, the store key must has to the same slot as the query key or you will get a `CROSSLOT` error.
0 commit comments