Skip to content
Alexandre Curreli edited this page Aug 2, 2014 · 13 revisions

Welcome to the scredis wiki!

Use the menu on the right hand side to navigate throughout the documentation.

The latest scaladoc can be accessed here.

The documentation for scredis 1.x.x can be found here.

Binaries

Scredis 2.x.x is compatible with Scala 2.10 and 2.11. Binary releases are hosted on the Sonatype Central Repository.

resolvers += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases/"

libraryDependencies += "com.livestream" %% "scredis" % "2.0.0"

Snapshots are hosted on a separate repository.

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies += "com.livestream" %% "scredis" % "2.0.0-SNAPSHOT"
Clone this wiki locally