Redis的Scala客户端Scredis.zip
Scredis 是一个 Redis 的 Scala 客户端开发包。基于 Akka 构建,特点是 Reactive、非堵塞以及超级快。示例代码:import scredis._ import scala.util.{ Success, Failure } // Creates a Redis instance with default configuration. // See reference.conf for the complete list of configurable parameters. val redis = Redis() // Import internal Acto
文件列表
scredis-master.zip
(预估有个94文件)
scredis-master
NOTICE
435B
.github
issue_template.md
132B
LICENSE
11KB
src
test
resources
application.conf
214B
scala
暂无评论