redis-sync:Node.js Redis复制从属工具包

时间:2024-05-27 21:08:43
【文件属性】:

文件名称:redis-sync:Node.js Redis复制从属工具包

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-27 21:08:43

JavaScript

重新同步 一个 从属工具箱。 redis-sync实现SYNC命令的复制从属端,并在修改数据集的所有命令SYNC式传输。 它还可以使用解析命令之前的数据集转储。 如果无法连接,断开连接或redis仍在加载数据集,则redis-sync将继续尝试重新连接-指数回退。 安装 npm install redis-sync 用法 var redisSync = require ( 'redis-sync' ) ; var sync = new redisSync . Sync ( ) ; sync . on ( 'command' , function ( command , args ) { console . log ( 'command' , command , args ) ; } ) ; sync . on ( 'inlineCommand' , function ( buffe


【文件预览】:
redis-sync-master
----.gitignore(78B)
----README.md(3KB)
----tests()
--------redisTest(541B)
--------zsetCommands.txt(181B)
--------keyCommands.txt(45B)
--------setCommands.txt(183B)
--------listCommands.txt(1KB)
--------test.js(3KB)
--------stringCommands.txt(1KB)
--------hashCommands.txt(599B)
----package.json(1KB)
----libsparsehash.pc(280B)
----.travis.yml(188B)
----MIT-LICENSE.txt(1KB)
----redis-sync.js(8KB)

网友评论