All Downloads are FREE. Search and download functionalities are using the official Maven repository.

play.modules.play-modules-redis_2.11.2.5.0.source-code.reference.conf Maven / Gradle / Ivy

play {

  modules {
    enabled += "com.typesafe.play.redis.RedisModule"
  }

  cache {
    # The name of the default cache to use in redis
    defaultCache = "play"

    redis {
      # The caches to bind
      bindCaches = []
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy