Scala Redis

# Redis Scala client ## Key features of the library - Native Scala types Set and List responses. - Transparent serialization - Connection pooling - Consistent Hashing on the client. - Support for basic Redis sharding. http://redis.io/topics/partitioning - Support for Redis Sentinel

License

License

Categories

Categories

Scala Languages Redis Data Databases
GroupId

GroupId

org.redis
ArtifactId

ArtifactId

scala-redis_2.11
Last Version

Last Version

0.0.25
Release Date

Release Date

Type

Type

jar
Description

Description

Scala Redis
# Redis Scala client ## Key features of the library - Native Scala types Set and List responses. - Transparent serialization - Connection pooling - Consistent Hashing on the client. - Support for basic Redis sharding. http://redis.io/topics/partitioning - Support for Redis Sentinel
Project URL

Project URL

https://github.com/spaceapegames/scala-redis

Download scala-redis_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.redis/scala-redis_2.11/ -->
<dependency>
    <groupId>org.redis</groupId>
    <artifactId>scala-redis_2.11</artifactId>
    <version>0.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/org.redis/scala-redis_2.11/
implementation 'org.redis:scala-redis_2.11:0.0.25'
// https://jarcasting.com/artifacts/org.redis/scala-redis_2.11/
implementation ("org.redis:scala-redis_2.11:0.0.25")
'org.redis:scala-redis_2.11:jar:0.0.25'
<dependency org="org.redis" name="scala-redis_2.11" rev="0.0.25">
  <artifact name="scala-redis_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redis', module='scala-redis_2.11', version='0.0.25')
)
libraryDependencies += "org.redis" % "scala-redis_2.11" % "0.0.25"
[org.redis/scala-redis_2.11 "0.0.25"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.4
org.scala-lang : scala-actors jar 2.11.4
commons-pool : commons-pool jar 1.6
org.slf4j : slf4j-api jar 1.6.6
ch.qos.logback : logback-classic jar 1.0.13

test (2)

Group / Artifact Type Version
junit : junit jar 4.9
org.scalatest : scalatest_2.11 jar 2.2.2

Project Modules

There are no modules declared in this project.
org.redis

Space Ape Games (UK) Limited

Versions

Version
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.19
0.0.18
0.0.13