License |
License |
---|---|
Categories |
CategoriesScala Languages Redis Data Databases |
GroupId | GroupIdorg.redis |
ArtifactId | ArtifactIdscala-redis_2.10.0 |
Version | Version0.0.18 |
Type | Typejar |
Description |
DescriptionScala 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 |
Filename | Size |
---|---|
scala-redis_2.10.0-0.0.18.pom | |
scala-redis_2.10.0-0.0.18.jar | 705 KB |
scala-redis_2.10.0-0.0.18-sources.jar | 36 KB |
scala-redis_2.10.0-0.0.18-javadoc.jar | 664 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
org.scalatest : scalatest_2.10.0 | jar | 2.0.M5 |