17 results for “topic:zset”
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
A redis module, similar to redis zset, but you can set multiple scores for each member to support multi-dimensional sorting
Sorted set in golang.
redis的zset的java实现,包含3个版本,Long2ObjZset, Obj2LongZset, GenericZSet。GenericZSet是基准实现,Long2ObjZset, Obj2LongZset是GenericZSet特化实现,以减少大量的拆装箱。 java-zset实现了redis zset中的常用命令,且结合java语言自身的特性,进行了大量优化,包括: 1. score不再限定为double类型,支持泛型score。 2.可自定义ScoreComparator, KeyComparator,使得实现逆序排行榜更加容易,而不是让你总是使用reverse系列接口。 此外,扩展zset较为容易,你可以在理解后自行添加需要的特性。
A distributed timer, distributed callback service, based on dubbo & redis (分布式定时回调服务,基于dubbo redis)
自定义排序规则的 sortedset。采用skiplist实现
This Go package provides an implementation of sorted set in redis
mod: golang redis zset ranking
使用c# 复刻redis| redis服务端|resp|dotnetty
Redis python操作、主从复制、持久化、哨兵模式、集群
使用面向过程设计思想,实现一个支持动态字符串+有序集合的简易 Redis
A persistent zset on rocksdb
springboot-redis-vue对象序列化 自动配置 zset排序 倒序 hash联表查询
基于redis的zset实现排行榜
基于 redis zset 的延迟任务或定时任务
A real-time, interactive terminal-based leaderboard built with Go, Redis, and RediSearch, designed to track and rank team member contributions across multiple projects and timeframes
A modern, feature-rich URL shortener built with FastAPI, MongoDB, Redis, Kibana and Elasticsearch. Designed for learning and portfolio demonstration, with analytics, search, and leaderboard features.