Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » redis
Database tutorial - IT technology blog
Posted inDatabase

Valkey: Install, Configure, and Migrate from Redis After the License Change

June 2, 2026
After Redis Ltd. changed its license to SSPL in 2024, our team migrated three environments to Valkey — the Linux Foundation-backed BSD fork. Six months in, here's the full guide: installation, configuration, and proven zero-downtime migration strategies from Redis to Valkey.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Scaling Beyond Redis: A Hands-On Guide to DragonflyDB

June 2, 2026
Redis is fast, but its single-threaded nature wastes modern multi-core power. This guide shows you how to migrate to Dragonfly to achieve significantly higher throughput with less architectural complexity.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Hardening Redis for Production: A Practical Guide to ACLs, TLS, and Isolation

May 23, 2026
Redis is fast, but its default settings are a security risk. Learn how to implement ACLs, TLS, and network isolation to protect your production data.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Defeating Cache Penetration: Why I Switched to Redis Bloom and Cuckoo Filters

May 18, 2026
Is your database crashing from cache misses? Discover how Redis Bloom and Cuckoo Filters can block bot attacks and save your backend from Cache Penetration.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Beyond Code Deploys: Mastering Feature Flags and Canary Releases

May 6, 2026
Stop conflating deployment with release. Learn how to use feature flags for instant toggles and risk-free canary rollouts using deterministic hashing, all without needing to redeploy code.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Preventing Data Corruption: A Practical Guide to Redis Distributed Locks

May 5, 2026
Race conditions can break your microservices. Learn how to use Redis and the Redlock algorithm to ensure data consistency across distributed systems with Python.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Stop the Race Conditions: A Guide to Redis Lua Scripting

May 2, 2026
Race conditions can kill your application's reliability. This guide shows you how to use Redis Lua scripting to ensure atomicity, reduce network lag, and handle complex logic directly on the server.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Redis Sentinel vs. Redis Cluster: Surviving Production Failures

May 1, 2026
Is your Redis setup ready for a crash? Learn the practical differences between Redis Sentinel for high availability and Redis Cluster for horizontal scaling, including real-world configuration steps.
Read More
AI tutorial - IT technology blog
Posted inAI

Stop Burning Credits: LLM Cost Optimization with GPTCache and Redis

May 1, 2026
Reduce LLM API costs by 80% and cut latency from seconds to milliseconds. This guide explores implementing production-grade semantic caching using GPTCache and Redis.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Scaling Beyond REST: A Hands-on Guide to Redis Streams and Python

April 30, 2026
Tired of cascading timeouts in your microservices? Discover how Redis Streams and Python provide a lightweight, persistent alternative to Kafka for building reliable event-driven systems.
Read More

Posts pagination

1 2 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top