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.4


Group ID:
com.livestream
Artifact ID:
scredis_2.10
Version:
2.0.4
Release Date:
Oct 22, 2014
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.livestream::scredis:2.0.4`
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.10</artifactId>
  <version>2.0.4</version>
</dependency>

compile group: 'com.livestream', name: 'scredis_2.10', version: '2.0.4'