redis.api.geo
package redis.api.geo
Members list
Concise view
Type members
Classlikes
object DistUnits
Attributes
- Source:
- DistUnits.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- DistUnits.type
case class GeoAdd[K](key: K, lat: Double, lng: Double, loc: String)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandIntegerLong
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandIntegerLongtrait RedisCommandInteger[Long]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any
case class GeoDist[K](key: K, member1: String, member2: String, unit: Measurement)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandBulkDouble
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait RedisCommandBulkDoubletrait RedisCommandBulk[Double]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any
case class GeoHash[K](key: K, member: Seq[String])(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]]
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any
object GeoOptions
Created by avilevi on 08/12/2016.
Created by avilevi on 08/12/2016.
Attributes
- Source:
- GeoOptions.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- GeoOptions.type
case class GeoPos[K](key: K, member: Seq[String])(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]]
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any
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]]
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any
case class GeoRadiusByMember[K](key: K, member: String, dist: Int, unit: Measurement)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K] with RedisCommandMultiBulk[Seq[String]]
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any
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]]
Attributes
- Source:
- Geo.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any