TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Redis sorted set stores score as a floating point number
3 点
作者
maus80
将近 11 年前
1 comment
eip
将近 11 年前
I made a Hazelcast version of Redis ZSet<p>I will probably release it after I test it some more.<p>Writes are single threaded, async, and eventually consistent.<p>Reads are multithreaded.