Packages

p

com.redis

common

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Config(host: String, port: Int, maxTokens: Long, timeWindowInSec: Long) extends Product with Serializable
  2. sealed trait RateLimitError extends Exception
  3. case class RedisConnectionError(msg: String) extends Exception with RateLimitError with Product with Serializable

Value Members

  1. val counterSuffix: String
  2. val lastResetTimeSuffix: String
  3. val luaCode: String
  4. object RateLimitExceeded extends Exception with RateLimitError

Inherited from AnyRef

Inherited from Any

Ungrouped