redis_service_manager:使用Redis进行服务发现

时间:2024-05-07 11:29:24
【文件属性】:

文件名称:redis_service_manager:使用Redis进行服务发现

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-07 11:29:24

Crystal

Redis服务经理 维护集群中的服务列表,并在重新平衡后跟踪其就绪状态。 用于水晶语言项目。 安装 将依赖项添加到您的shard.yml : dependencies : redis_service_manager : github : place-labs/redis_service_manager 运行分shards install 用法 require " redis_service_manager " # TTL should be number > 3 that is not divisible by 3 to account for process load # the manager will check-in with the cluster every `ttl // 3` seconds manager = RedisServiceManager .n


【文件预览】:
redis_service_manager-master
----.travis.yml(71B)
----shard.yml(300B)
----.github()
--------workflows()
----LICENSE(1KB)
----src()
--------redis_service_manager()
--------redis_service_manager.cr(7KB)
----spec()
--------spec_helper.cr(491B)
--------manager_spec.cr(6KB)
----.gitignore(62B)
----README.md(1KB)

网友评论