Skip to content

Instantly share code, notes, and snippets.

@mychaelstyle
Created February 24, 2014 10:09
Show Gist options
  • Save mychaelstyle/9185011 to your computer and use it in GitHub Desktop.
Save mychaelstyle/9185011 to your computer and use it in GitHub Desktop.
Playframework2.2でmemcachedを利用する ref: http://qiita.com/mychaelstyle/items/00e2699ad740ca5c9738
memcached.1.host="mumocached1:11211"
memcached.2.host="mumocached2:11211"
val appDependencies = Seq(
"com.github.mumoshu" %% "play2-memcached" % "0.3.0.2"
)
val main = play.Project(appName, appVersion, appDependencies).settings(
resolvers += "Spy Repository" at "http://files.couchbase.com/maven2"
)
5000:com.github.mumoshu.play2.memcached.MemcachedPlugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment