This repository has been deprecated by the owner.

livestream / scredis   2.0.8

Apache License 2.0 GitHub

Non-blocking, ultra-fast Scala Redis client built on top of Akka IO, used in production at Livestream

Scala versions: 2.11 2.10

scredis 2.0.8


Group ID:
com.livestream
Artifact ID:
scredis_2.11
Version:
2.0.8
Release Date:
Apr 21, 2016
Licenses:

libraryDependencies += "com.livestream" %% "scredis" % "2.0.8"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.livestream::scredis:2.0.8"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.livestream::scredis:2.0.8"

Ammonite REPL

import $ivy.`com.livestream::scredis:2.0.8`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.livestream</groupId>
  <artifactId>scredis_2.11</artifactId>
  <version>2.0.8</version>
</dependency>

compile group: 'com.livestream', name: 'scredis_2.11', version: '2.0.8'