Tag

Redis Cluster

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Dec 18, 2024 · Databases

Understanding Redis Maxmemory and Eviction Policies

This article explains how Redis limits memory with the maxmemory setting, how to view and modify it, details the available eviction strategies—including the newer LFU policies—and offers guidance on choosing a policy, monitoring usage, and scaling with Redis Cluster.

CachingEviction PolicyMemory Management
0 likes · 7 min read
Understanding Redis Maxmemory and Eviction Policies
Zhuanzhuan Tech
Zhuanzhuan Tech
Jan 17, 2024 · Databases

Improving Multi-Key mget Performance in Redis Cluster by Refactoring Client Implementations

This article analyzes why Lettuce's mget on Redis Cluster performs poorly due to slot-based architecture, presents client-side refactoring using hashtags and pipeline‑based JedisCluster modifications, and shows benchmark results demonstrating up to double speed improvement over Lettuce.

JedisClusterLettuceMGET
0 likes · 12 min read
Improving Multi-Key mget Performance in Redis Cluster by Refactoring Client Implementations
macrozheng
macrozheng
Sep 16, 2020 · Databases

Explore AnotherRedisDesktopManager: Free, Beautiful Redis GUI with Cluster Support

This guide introduces AnotherRedisDesktopManager, a free and visually appealing Redis GUI that supports cluster connections, walks through installation from GitHub, explains key features such as dark mode, command console, and versatile data operations for strings, lists, and hashes, and demonstrates practical cluster usage.

AnotherRedisDesktopManagerDatabase ToolsGUI
0 likes · 5 min read
Explore AnotherRedisDesktopManager: Free, Beautiful Redis GUI with Cluster Support
Java Architecture Diary
Java Architecture Diary
Jun 8, 2020 · Backend Development

Enable Adaptive Cluster Topology Refresh in Spring Boot 2.3 for Seamless Redis Failover

This article demonstrates how to set up a Redis cluster, connect it with Spring Boot 2.3 using Lettuce, simulate a node failure, and configure Spring Boot's adaptive topology refresh to achieve automatic failover without application downtime.

Adaptive RefreshBackend DevelopmentLettuce
0 likes · 9 min read
Enable Adaptive Cluster Topology Refresh in Spring Boot 2.3 for Seamless Redis Failover
macrozheng
macrozheng
Mar 30, 2020 · Databases

Build a Redis Cluster with Docker Compose and Use It in SpringBoot

This guide walks you through setting up a six-node Redis cluster using Docker Compose, configuring the necessary redis.conf settings, deploying the containers, initializing the cluster, and then integrating the cluster into a SpringBoot application via appropriate application.yml configurations and connection commands.

DatabaseDockerRedis
0 likes · 8 min read
Build a Redis Cluster with Docker Compose and Use It in SpringBoot
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
May 2, 2017 · Databases

Choosing the Right KV Store: Redis vs Redis Cluster vs Pika for High‑Scale 360 Applications

This article examines 360’s explosive KV storage demand and compares three solutions—Redis, Redis Cluster, and Pika—detailing their features, performance, persistence options, eviction policies, architectures, migration tools, and ideal usage scenarios for high‑traffic, large‑scale applications.

DatabaseKV storagePika
0 likes · 17 min read
Choosing the Right KV Store: Redis vs Redis Cluster vs Pika for High‑Scale 360 Applications
High Availability Architecture
High Availability Architecture
Jul 26, 2016 · Databases

Optimizing Throughput and Latency in Large‑Scale Redis Cluster Deployments

This article examines the performance challenges of a 700‑node Redis Cluster used by Youku, analyzes bandwidth and latency impacts of cluster communication, and presents practical tuning methods—including adjusting cluster‑node‑timeout, reducing replicas, disabling AOF, limiting cluster‑nodes commands, and tuning the hz parameter—to improve throughput and stability in massive Redis deployments.

High AvailabilityPerformanceRedis
0 likes · 13 min read
Optimizing Throughput and Latency in Large‑Scale Redis Cluster Deployments
Efficient Ops
Efficient Ops
Jun 2, 2016 · Databases

Mastering Redis Cluster in Production: Real-World Practices from VIPShop

This article shares VIPShop's extensive production experience with Redis Cluster, covering use cases, storage architecture evolution, detailed best‑practice guidelines, common pitfalls, operational automation, monitoring strategies, and useful open‑source tools for large‑scale deployments.

Best PracticesHigh AvailabilityOperations
0 likes · 19 min read
Mastering Redis Cluster in Production: Real-World Practices from VIPShop
Architect
Architect
Dec 13, 2015 · Databases

Redis Partitioning: How to Store Data Across Multiple Redis Instances

This article explains the concept, benefits, methods, and practical considerations of partitioning data across multiple Redis instances, covering range and hash partitioning, consistent hashing, implementation options, drawbacks, and recommended tools such as Redis Cluster and Twemproxy.

Database ScalingRedisRedis Cluster
0 likes · 11 min read
Redis Partitioning: How to Store Data Across Multiple Redis Instances
Efficient Ops
Efficient Ops
Jun 29, 2015 · Operations

Inside Efficient Ops: Docker, Redis Cluster, and Container Resource Management

The article records a Q&A session from the Efficient Operations talk, where guest Peng Zhef of Mango TV discusses Docker, Redis Cluster, container resource controls, and related operational challenges, providing practical insights into Python/Flask development, pod scaling, and Linux cgroup tuning.

Container ManagementDockerFlask
0 likes · 8 min read
Inside Efficient Ops: Docker, Redis Cluster, and Container Resource Management