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
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,15 @@ we've added a new
272
272
[Getting connected to Azure Redis via SSL](https://github.com/ServiceStack/ServiceStack/wiki/Secure-SSL-Redis-connections-to-Azure-Redis)
273
273
to help you get started.
274
274
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
+
275
284
## Generic APIs for calling Custom Redis commands
276
285
277
286
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