com.top10

redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. class CrcHashing extends Hashing

  2. case class InvalidMappingException(requestedType: Manifest[_], valueType: Option[Class[_]]) extends RuntimeException with Product with Serializable

  3. trait Pipeline extends AnyRef

  4. trait Redis extends AnyRef

  5. case class Shard(host: String, port: Int, pwd: Option[String] = scala.None, timeout: Int = 3600000) extends Product with Serializable

  6. class ShardedPipeline extends Pipeline

  7. class ShardedRedis extends Redis

  8. class SinglePipeline extends Pipeline

  9. class SingleRedis extends Redis

  10. case class UnspportedShardedOperation(op: String) extends Exception with Product with Serializable

Value Members

  1. object Redis

  2. object RedisJavaMapping

  3. object Shard extends Serializable

  4. object ShardedRedis

  5. package test

Ungrouped