RedisPrefix

play.api.cache.redis.impl.RedisPrefix
sealed trait RedisPrefix

Each instance can apply its own prefix, e.g., to use multiple instances with the same redis database.

Attributes

Graph
Supertypes
class Any
Known subtypes
object RedisEmptyPrefix.type

Members list

Value members

Abstract methods

def prefixed(key: String): String
def prefixed(key: Seq[String]): Seq[String]
def unprefixed(key: String): String
def unprefixed(key: Seq[String]): Seq[String]