手写hash环算法,实现本地存储和redis存储两种模式。本地使用skiplist做为存储结构。redis使用zset,set和hash进行数据存储。
Go to file
2025-05-07 10:34:10 +08:00
.idea first commit 2025-05-07 10:34:10 +08:00
local first commit 2025-05-07 10:34:10 +08:00
redis first commit 2025-05-07 10:34:10 +08:00
consistencehash_test.go first commit 2025-05-07 10:34:10 +08:00
consistencehash.go first commit 2025-05-07 10:34:10 +08:00
encrytor.go first commit 2025-05-07 10:34:10 +08:00
go.mod first commit 2025-05-07 10:34:10 +08:00
go.sum first commit 2025-05-07 10:34:10 +08:00
hashring.go first commit 2025-05-07 10:34:10 +08:00
migrator.go first commit 2025-05-07 10:34:10 +08:00
option.go first commit 2025-05-07 10:34:10 +08:00