redis-clone:使用Node创建的简单Redis克隆

时间:2021-05-19 16:37:49
【文件属性】:
文件名称:redis-clone:使用Node创建的简单Redis克隆
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-19 16:37:49
JavaScript 重新克隆 使用Node创建的Redis克隆 到目前为止,它仅支持GET和SET两个命令。 设置 克隆所有文件,然后执行 npm install 在职的 通过运行以下命令来启动服务器 node index.js 通过连接到telnet服务器来运行客户端实例 telnet localhost 8888 你会看到的 : Trying ::1... Connected to localhost. Escape character is '^]'. Welcome to the server! #命令## SET SET key value 回复 Data Set ##得到 GET key 回复 value
【文件预览】:
redis-clone-master
----LICENSE(1KB)
----README.md(568B)
----.gitignore(516B)
----index.js(1KB)
----package.json(385B)

网友评论