热门标签
更多>
搜索结果
查询Tags标签: ClientClosedError,共有 2条记录-
Node.js连接redis显示ClientClosedError错误的解决方法
问题:调用redis的lpush函数显示lpush is not a function 代码如下: const redis = require(redis); const db = redis.createClient();class Entry { ...save(cb) {const entryJSON = JSON.stringify(this);db.lpush(entries,entryJSON,(err) => {if (err) return c…
2021/11/28 19:12:28 人评论 次浏览 -
Node.js连接redis显示ClientClosedError错误的解决方法
问题:调用redis的lpush函数显示lpush is not a function 代码如下: const redis = require(redis); const db = redis.createClient();class Entry { ...save(cb) {const entryJSON = JSON.stringify(this);db.lpush(entries,entryJSON,(err) => {if (err) return c…
2021/11/28 19:12:28 人评论 次浏览