abstract fun geoadd(key: String, longitude: Double, latitude: Double, member: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Add one or more geospatial items in the geospatial index represented using a sorted set.
handler - Handler for the result of this call.
Since
Redis 3.2.0 group: geo