Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit ca2ab6d

Browse files
committed
Add Redis GEO feature
1 parent 8b980d6 commit ca2ab6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,15 @@ we've added a new
272272
[Getting connected to Azure Redis via SSL](https://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis)
273273
to help you get started.
274274

275+
## Redis GEO
276+
277+
The [release of Redis 3.2.0](http://antirez.com/news/104) brings it exciting new
278+
[GEO capabilities](http://redis.io/commands/geoadd) which will let you store Lat/Long coordinates in Redis
279+
and query locations within a specified radius. To demonstrate this functionality we've created a new
280+
[Redis GEO Live Demo](https://github.com/ServiceStackApps/redis-geo) which lets you click on anywhere in
281+
the U.S. to find the list of nearest cities within a given radius, Live Demo at: http://redisgeo.servicestack.net
282+
283+
275284
## Generic APIs for calling Custom Redis commands
276285

277286
Most of the time when waiting to use a new [Redis Command](http://redis.io/commands) you'll need to wait for an updated version of

0 commit comments

Comments
 (0)