Package

redis.api

geo

Permalink

package geo

Visibility
  1. Public
  2. All

Type Members

  1. case class GeoAdd[K](key: K, lat: Double, lng: Double, loc: String)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandIntegerLong with Product with Serializable

    Permalink
  2. case class GeoDist[K](key: K, member1: String, member2: String, unit: Measurement)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandBulkDouble with Product with Serializable

    Permalink
  3. case class GeoHash[K](key: K, member: Seq[String])(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]] with Product with Serializable

    Permalink
  4. case class GeoPos[K](key: K, member: Seq[String])(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]] with Product with Serializable

    Permalink
  5. case class GeoRadius[K](key: K, lat: Double, lng: Double, radius: Double, unit: Measurement)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]] with Product with Serializable

    Permalink
  6. case class GeoRadiusByMember[K](key: K, member: String, dist: Int, unit: Measurement)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]] with Product with Serializable

    Permalink
  7. case class GeoRadiusByMemberWithOpt[K](key: K, member: String, dist: Int, unit: Measurement, opt: WithOption, count: Int)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]] with Product with Serializable

    Permalink

Value Members

  1. object DistUnits

    Permalink
  2. object GeoOptions

    Permalink

    Created by avilevi on 08/12/2016.

Ungrouped