com.github.peking2

redis

package redis

Visibility
  1. Public
  2. All

Type Members

  1. class Config extends AnyRef

  2. case class Host(id: Int, host: String, port: Int) extends Product with Serializable

  3. case class Node(id: Int, host: String, port: Int, redis: Redis) extends Product with Serializable

  4. class RedisShard extends AnyRef

Value Members

  1. object Config

  2. object RedisShard

Ungrouped