Tag

SortedSet

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Feb 7, 2025 · Backend Development

High-Performance Pagination and Multi-Condition Fuzzy Search with Redis and Spring Boot

The article presents a Spring Boot 3.4 solution that uses Redis SortedSet for fast pagination and Hash with HSCAN for multi‑condition fuzzy search, combining them via a temporary ZSet with TTL to deliver high‑performance, memory‑efficient queries on complex data sets.

HSCANRedisSortedSet
0 likes · 6 min read
High-Performance Pagination and Multi-Condition Fuzzy Search with Redis and Spring Boot
IT Xianyu
IT Xianyu
Jul 19, 2021 · Backend Development

Implementing a Real‑Time Leaderboard with Redis and PHP

This article explains how to build a real‑time game leaderboard using Redis sorted sets, covering ranking categories, composite scoring formulas, dynamic updates, efficient data retrieval with pipelines, and provides a complete PHP class implementation.

PHPPipelineRedis
0 likes · 11 min read
Implementing a Real‑Time Leaderboard with Redis and PHP