RedisConfig

com.devsisters.shardcake.RedisConfig
See theRedisConfig companion object
case class RedisConfig(assignmentsKey: String, podsKey: String)

The configuration for the Redis storage implementation.

Value parameters

assignmentsKey

the key to store shard assignments

podsKey

the key to store registered pods

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product