文件名称:cluster_wrapper:node_redis 的包装器以支持集群
文件大小:15KB
文件格式:ZIP
更新时间:2024-07-04 14:00:53
JavaScript
cluster_wrapper - node_redis 的 node.js redis 集群包装器 ##用法 var config = [ { port : 30001 , slots : '0~3276' } , { port : 30002 , slots : '3277~6553' } , { port : 30003 , slots : '6554~9829' } , { port : 30004 , slots : '9830~13106' } , { port : 30005 , slots : '13106~16383' } ] var cluster = require ( 'cluster_wrapper' ) ; var redis = cluster . createClient ( config ) ; redis . set ( 'msg' , '1234'
【文件预览】:
cluster_wrapper-master
----generate_commands.js(1KB)
----lib()
--------slot_parser.js(1KB)
--------to_array.js(201B)
--------slot_hash.js(3KB)
--------commands.js(3KB)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------cluster.test.js(2KB)
--------hash.test.js(904B)
--------slot_parser.test.js(2KB)
--------Makefile(127B)
----.gitignore(587B)
----index.js(23KB)
----package.json(518B)