Last Version

Scala Redis 0.0.18

# 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.10.0
Version

Version

0.0.18
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.10.0 0.0.18


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

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0
org.scala-lang : scala-actors jar 2.10.0
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.10.0 jar 2.0.M5

Project Modules

There are no modules declared in this project.