Redis Reading List

  • Setting Up Redis in Node.js Server (https://shivangyadav.hashnode.dev/setting-up-redis-in-nodejs-server)
  • Valkey/Redis Configurations and Persistent Setting of the Key Parameters (https://www.percona.com/blog/- valkey-redis-configurations-and-persistent-setting-of-the-key-parameters/)
  • Valkey/Redis: The Hash Datatype (https://www.percona.com/blog/valkey-redis-the-hash-datatype/)
  • Kafka on Medium: Demystifying Redis Messaging (https://medium.com/@tarunannapareddy1997/demystifying-redis-messaging-0448e4dba9e0)
  • Bboysoul’s Blog: Utilizing RedisShake for Redis Data Migration (https://www.bboy.app/2024/01/02/utilizing-redisshake-for-redis-data-migration/)
  • Stack Overflow: How to set a client timeout for Redis Cloud db (https://stackoverflow.com/questions/77852802/- how-to-set-a-client-timeout-for-redis-cloud-db)
  • Hacker News: Caching with Redis (https://nintyzeros.substack.com/p/power-of-redis-a-deep-dive-into-caching)
  • Linux Foundation Forks the Open Source Redis as ‘Valkey’ (https://thenewstack.io/linux-foundation-forks-the-open-source-redis-as-valkey/)
  • Deploy GenAI apps faster with Redis and NVIDIA NIM (https://redis.io/blog/use-redis-with-nvidia-nim-to-deploy-genai-apps-faster/)
  • Redis Acquires Speedb to Supercharge End-to-End Application Performance at Lower Cost (https://redis.com/press/- redis-acquires-speedb-to-supercharge-end-to-end-application-performance-at-lower-cost/)
  • Rediscovering DevOps with Secure Cloud Development Environments (https://thenewstack.io/rediscovering-devops-with-secure-cloud-development-environments/)
  • Exploring the 7 common scenarios of using Redis in work (https://levelup.gitconnected.com/- exploring-the-7-common-scenarios-of-using-redis-in-work-0109d8423291)
  • KeyDB - The Faster Redis Alternative (https://docs.keydb.dev/)
  • Managing Concurrent Database Writes in a Distributed System with Redis or PostgreSQL (https://dev.to/nikl/- managing-concurrent-database-writes-in-a-distributed-system-with-redis-or-postgresql-4nc9)
  • The Practical Developer: Can Redis be used as a Primary database? (https://dev.to/nnomier/can-redis-be-used-as-a-primary-database-5d4b)
  • IO Multiplexing: The Secret Sauce Behind Redis’s Efficiency (https://medium.com/@sumitsagar_20050/- io-multiplexing-the-secret-sauce-behind-rediss-efficiency-1e48a9397f8c)
  • RebbitMQ vs Kafka vs Redis Pub/sub: How are they different? (https://vvekpandey.medium.com/- rebbitmq-vs-kafka-vs-redis-pub-sub-how-are-they-different-0f01544f6fd1)
  • Valkey/Redis: Migrating to Valkey (https://www.percona.com/blog/valkey-redis-migrating-to-valkey/)
  • Valkey/Redis: Setting Up Replication (https://www.percona.com/blog/valkey-redis-setting-up-replication/)
  • sabledb-io/sabledb: Ultra fast, persistent database supporting Redis API (https://github.com/sabledb-io/sabledb)
  • terraform - Stack Overflow: AWS redis with ustom conf file (https://stackoverflow.com/questions/77692468/aws-redis-with-ustom-conf-file)
  • MongoDB vs Redis: A Comprehensive Comparison (https://dev.to/kigazon/mongodb-vs-redis-a-comprehensive-comparison-5cn0)
  • Redis Labs: Redis-driven Dataflow for Clickstream Aggregation with ByteWax (https://redis.com/blog/- redis-driven-dataflow-for-clickstream-aggregation-with-bytewax/)
  • Caching with DynamoDB or Redis (https://xebia.com/blog/caching-with-dynamodb-or-redis/)
  • What’s New in Two with Redis – May Edition (https://redis.io/blog/whats-new-in-two-with-redis-may-edition/)
  • Operator Workshop: Redis Persistence Explained (https://www.youtube.com/watch?v=MTVcScW423w)
  • Quick and Easy Integration of GitHub Action with Your Golang, PostgreSQL, and Redis Projects (https://surajshetty.hashnode.dev/- quick-and-easy-integration-of-github-action-with-your-golang-postgresql-and-redis-projects)
  • Now Available: Scrapable metrics for Managed PostgreSQL, MySQL, Redis, and Kafka (https://www.digitalocean.com/blog/- digitalocean-scrapable-metrics-for-postgresql-mysql-redis-kafka)
  • A Thorough Guide to Redis Data Persistence: Mastering AOF and RDB Configuration (https://dev.to/asifzcpe/- a-thorough-guide-to-redis-data-persistence-mastering-aof-and-rdb-configuration-a3f)
  • Semaphore CI: Build a Caching Layer in Node.js With Redis (https://semaphoreci.com/blog/nodejs-caching-layer-redis)
  • Understanding Redis Memory Management (https://rahu1.medium.com/understanding-redis-memory-management-73358e361427)
  • Redis Pipeline: The Way of Sending Redis Commands in One Shot (https://dev.to/nghtslvr/redis-pipeline-the-way-of-sending-redis-commands-in-one-shot-2j0)
  • What’s New in Two with Redis – February Edition (https://redis.com/blog/whats-new-in-two-with-redis-february-edition/)
  • Mastering Dynamic Task Scheduling with Redis: How We Actually Solved Our SAAS Problem? (https://dev.to/nikl/- mastering-dynamic-task-scheduling-with-redis-how-we-actually-solved-our-saas-problem-41mp)
  • Multi-Tenancy in Redis Enterprise (https://redis.io/blog/multi-tenancy-redis-enterprise/)
  • Valkey/Redis: Configuration Best Practices (https://www.percona.com/blog/valkey-redis-configuration-best-practices/)
  • Amazon Web Services Blog: Amazon ElastiCache Serverless for Redis and Memcached is now available (https://aws.amazon.com/blogs/aws/- amazon-elasticache-serverless-for-redis-and-memcached-now-generally-available/)
  • Valkey/Redis Replication and Auto-Failover With Sentinel Service (https://www.percona.com/blog/- valkey-redis-replication-and-auto-failover-with-sentinel-service/)
  • Redis, Valkey, and Percona’s Ongoing Support of Open Source (https://www.percona.com/blog/redis-valkey-and-perconas-ongoing-support-of-open-source/)
  • CodeProject: RedisProvider for .NET (https://www.codeproject.com/Articles/5269781/RedisProvider-for-NET)
  • Valkey/Redis Sharding Using the Native Clustering Feature (https://www.percona.com/blog/valkey-redis-sharding-using-the-native-clustering-feature/)
  • Building a RAG application with Redis and Spring AI (https://redis.io/blog/building-a-rag-application-with-redis-and-spring-ai/)
  • Caching RESTful API requests with Heroku’s Redis Add-on (https://dev.to/heroku/caching-restful-api-requests-with-herokus-redis-add-on-3bg8)
  • Redis Adopts Dual Source-Available Licensing (https://redis.com/blog/redis-adopts-dual-source-available-licensing/)
  • Redis Labs: Building a vector embedding injection pipeline with Redis and VectorFlow (https://redis.com/blog/- building-a-vector-embedding-injection-pipeline-with-redis-and-vectorflow/)
  • Valkey/Redis: Sets and Sorted Sets (https://www.percona.com/blog/valkey-redis-sets-and-sorted-sets/)
  • Laravel Redis Throttle In Details: Tutorial (https://laravel.io/articles/laravel-redis-throttle-in-details-tutorial)
  • Install Redis Stack on Linux | Docs (https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/linux/)
  • Lua Scripts Are Not Atomic in Redis (https://joaojunior.org/posts/lua-scripts-are-not-atomic-in-redis/)
  • Mastering Kredis in Ruby: Your Essential Guide (https://dev.to/daviducolo/mastering-kredis-in-ruby-your-essential-guide-4b6l)
  • Valkey/Redis: Not-So-Good Practices (https://www.percona.com/blog/valkey-redis-not-so-good-practices/)
  • gitconnected Sharpen Your Redis Skills with the AlgoRedis Challenge (https://levelup.gitconnected.com/- sharpen-your-redis-skills-with-the-algoredis-challenge-01f64fa5da84?source=rss----5517fd7b58a6---4)
  • How Uber Uses Integrated Redis Cache to Serve 40M Reads/Second? (https://blog.bytebytego.com/p/how-uber-uses-integrated-redis-cache)
  • Redict: A New Still-in-Development Redis Fork (http://lxer.com/module/newswire/ext_link.php?rid=339093)
  • InfoQ: lastminute.com Improves Search Scalability Using Microservices with RabbitMQ and Redis (https://www.infoq.com/news/2024/01/- lastminute-search-rabbitmq-redis/)
  • Synchronising Micro Services with Redis: A Kubernetes Case Study (https://medium.com/@rahulptl1997/- synchronising-micro-services-with-redis-a-kubernetes-case-study-af36298cbb91)
  • Rate Limiting with Spring Boot, Bucket4j, and Redis (https://www.innoq.com/en/blog/2024/03/distributed-rate-limiting-with-spring-boot-and-redis/)
  • Deploy Amazon ElastiCache for Redis clusters using AWS CDK and TypeScript (https://aws.amazon.com/blogs/database/- deploy-amazon-elasticache-for-redis-clusters-using-aws-cdk-and-typescript/)
Feedback