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