Skip to content

Commit 709818d

Browse files
committed
README touchups
1 parent 92bf6a6 commit 709818d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
geo.lua - helper library for Redis geospatial indices
1+
geo.lua - helper library for Redis geospatial indices :earth_africa:
22
===
33

44
This is a Lua library containing miscellaneous geospatial helper routines for use with [Redis](http://redis.io). It requires the [GEO API](http://redis.io/commands#geo), available from v3.2.
@@ -9,12 +9,12 @@ In broad strokes, the library provides:
99
* GeoJSON [decoding](#GEOJSONADD) and [encoding](#GEOJSONENCODE)
1010
* A playground for testing experimental geospatial APIs
1111

12-
The library is strictly metric, sorry.
12+
The library is strictly :straight_ruler: metric, sorry.
1313
![Metric system adoption worldwide](https://upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Metric_system_adoption_map.svg/2000px-Metric_system_adoption_map.svg.png)
1414

1515
Using geo.lua
1616
---
17-
The library is an ordinary Redis Lua script - use[`EVAL`](http://redis.io/commands/eval) or [`EVALSHA`](http://redis.io/commands/evalsha) to call it. The following example demonstrates usage from the prompt:
17+
The library is an ordinary Redis Lua script - use [`EVAL`](http://redis.io/commands/eval) or [`EVALSHA`](http://redis.io/commands/evalsha) to call it. The following example demonstrates usage from the prompt:
1818

1919
````Bash
2020
$ redis-cli SCRIPT LOAD "$(cat geo.lua)"
@@ -132,13 +132,13 @@ Returns the distance between members.
132132
Perform cylinder-bound search.
133133

134134
#### [TBD] GEOZCYLINDERBYMEMBER
135-
Perform cylinder-bound search by member (20-characters command!).
135+
Perform cylinder-bound search by member (a 20 characters command!).
136136

137137
#### [TBD] GEOZSPHERE
138138
Useful for directing air traffic and impact research (bombs, comets).
139139

140140
#### [TBD] GEOZCONE
141-
Good for comparing UFO sightings vis a vis cow abduction data.
141+
Good for comparing :alien: sightings vis a vis :cow: abduction data.
142142

143143
### Motility
144144
Storing each member's vector in an additional hash data structure, where the field is the member's name and the value is the serialized vector (bearing & velocity).

0 commit comments

Comments
 (0)