davenverse / rediculous   0.5.1

MIT License Website GitHub

REmote DIctionary Client, that's hysterical.

Scala versions: 3.x 2.13 2.12
Scala.js versions: 1.x
Scala Native versions: 0.4

rediculous - Pure FP Redis Client Maven Central Code of Consuct

Quick Start

To use rediculous in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "rediculous" % "<version>"
)