redis.api.geo

package redis.api.geo

Members list

Type members

Classlikes

object DistUnits

Attributes

Source
DistUnits.scala
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all
object GeoOptions

Created by avilevi on 08/12/2016.

Created by avilevi on 08/12/2016.

Attributes

Source
GeoOptions.scala
Supertypes
class Object
trait Matchable
class 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class SimpleClusterKey[K]
trait ClusterKey
class Object
trait Matchable
class Any
Show all