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


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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