atais / scala-redis   4.1

GitHub

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.

Scala versions: 2.13 2.12 2.11 2.10

redisclient 4.0


Group ID:
com.github.atais
Artifact ID:
redisclient_2.13
Version:
4.0
Release Date:
Sept 5, 2019
Licenses:
Files:

libraryDependencies += "com.github.atais" %% "redisclient" % "4.0"

Mill build tool

ivy"com.github.atais::redisclient:4.0"

Scala CLI

//> using dep "com.github.atais::redisclient:4.0"

Ammonite REPL

import $ivy.`com.github.atais::redisclient:4.0`

<dependency>
  <groupId>com.github.atais</groupId>
  <artifactId>redisclient_2.13</artifactId>
  <version>4.0</version>
</dependency>

compile group: 'com.github.atais', name: 'redisclient_2.13', version: '4.0'