redis.api.geo

Members list

Concise view

Type members

Classlikes

object DistUnits

Attributes

Source:
DistUnits.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object GeoOptions

Created by avilevi on 08/12/2016.

Created by avilevi on 08/12/2016.

Attributes

Source:
GeoOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any