redis-router:Redis分片库API可满足您的分片需求

时间:2024-05-13 23:09:57
【文件属性】:

文件名称:redis-router:Redis分片库API可满足您的分片需求

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-13 23:09:57

Python

Redis路由器 redis_router ,一个redis分片库/ api,用于您的redis分片需求。 这个怎么运作 一致性哈希是一种特殊的哈希。 当调整哈希表的大小并使用一致的哈希时,平均仅需要重新映射K / n个键,其中K是键的数量,n是插槽的数量。 相反,在大多数传统的哈希表中,数组插槽数量的变化几乎导致所有键都被重新映射。 redis_router在后面使用的 。 安装 首先安装 。 之后; pip install redis-router 或者,如果您喜欢90年代: easy_install redis-router 或将redis_router目录添加到您的路径。 快速开始 servers.txt(server:ip权重) 127.0.0.1:6379 100 127.0.0.1:6380 100 您的python代码: router = Router ( "


【文件预览】:
redis-router-master
----setup.py(357B)
----.gitignore(336B)
----redis_router()
--------tcp_interface.py(1KB)
--------__init__.py(0B)
--------router.py(5KB)
--------http_interface.py(900B)
----shardacross.png(16KB)
----requirements.txt(76B)
----workflow.png(7KB)
----examples()
--------tcp_server.py(266B)
--------http_server.py(108B)
----README.md(4KB)
----tests.py(3KB)

网友评论