Skip to content

Commit 1d7f899

Browse files
Alignment :)
1 parent 368975b commit 1d7f899

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3165,16 +3165,16 @@ _**Description**_: Return members of a set with geospatial information that are
31653165
##### *Options Array*
31663166
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.
31673167

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_
31783178

31793179
*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.
31803180
*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

Comments
 (0)