GeoHash
redis.api.geo.GeoHash
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 Serializabletrait Producttrait Equalsclass SimpleClusterKey[K]trait ClusterKeyclass Objecttrait Matchableclass Any