package shardcake
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- shardcake
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class RedisConfig(assignmentsKey: String, podsKey: String) extends Product with Serializable
The configuration for the Redis storage implementation.
The configuration for the Redis storage implementation.
- assignmentsKey
the key to store shard assignments
- podsKey
the key to store registered pods
- type ShardId = Int
Value Members
- object RedisConfig extends Serializable
- object StorageRedis