1. 首页
  2. 移动开发
  3. 其他
  4. Redis的Scala客户端Scredis.zip

Redis的Scala客户端Scredis.zip

上传者: 2020-07-22 17:28:21上传 ZIP文件 137.99KB 热度 13次
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
用户评论