1. 首页
  2. 数据库
  3. 其它
  4. node redis:高性能Node.js Redis客户端 源码

node redis:高性能Node.js Redis客户端 源码

上传者: 2021-02-20 02:11:09上传 ZIP文件 168.74KB 热度 19次
节点Redis 高性能Node.js Redis客户端。 安装 npm install redis 用法 例 const redis = require ( "redis" ) ; const client = redis . createClient ( ) ; client . on ( "error" , function ( error ) { console . error ( error ) ; } ) ; client . set ( "key" , "value" , redis . print ) ; client . get ( "key" , redis . prin
下载地址
用户评论