GeoHash
redis.api.geo.GeoHash
case class GeoHash[K](key: K, member: Seq[String])(implicit redisKey: ByteStringSerializer[K]) extends SimpleClusterKey[K], RedisCommandMultiBulk[Seq[String]]
Attributes
- Source
- GeoHash.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
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
- GeoHash.scala
Attributes
- Source
- GeoHash.scala
Attributes
- Source
- GeoHash.scala
Inherited fields
Attributes
- Inherited from:
- RedisCommandMultiBulk
- Source
- RedisCommandMultiBulk.scala
Attributes
- Inherited from:
- SimpleClusterKey
- Source
- SimpleClusterKey.scala
In this article