GeoDist
redis.api.geo.GeoDist
case class GeoDist[K](key: K, member1: String, member2: String, unit: Measurement)(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandBulkDouble
Attributes
- Source
- GeoDist.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RedisCommandBulkDoubletrait RedisCommandBulk[Double]class SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- RedisCommandBulkDouble
- Source
- RedisCommandBulkDouble.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- GeoDist.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandBulk
- Source
- RedisCommandBulk.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article