debasishg / scala-redis-nb   0.9

GitHub

Implementation of a non blocking Redis client in Scala using Akka IO

Scala versions: 2.12 2.11 2.10

redisreact 0.6


Group ID:
net.debasishg
Artifact ID:
redisreact_2.10
Version:
0.6
Release Date:
Aug 24, 2014
Licenses:
Files:

libraryDependencies += "net.debasishg" %% "redisreact" % "0.6"

Mill build tool

ivy"net.debasishg::redisreact:0.6"

Scala CLI

//> using dep "net.debasishg::redisreact:0.6"

Ammonite REPL

import $ivy.`net.debasishg::redisreact:0.6`

<dependency>
  <groupId>net.debasishg</groupId>
  <artifactId>redisreact_2.10</artifactId>
  <version>0.6</version>
</dependency>

compile group: 'net.debasishg', name: 'redisreact_2.10', version: '0.6'