Best of RedisSeptember 2023

  1. 1
    Article
    Avatar of amplicationAmplication·3y

    How to Effectively Use Caching to Improve Microservices Performance

    Caching is a technique used in computer systems to store frequently accessed data or computation results in a temporary storage area called a "cache" This article will dive into the art of leveraging caching techniques to their fullest potential. We will explore database caching, edge caching, API caching, and local caching.

  2. 2
    Article
    Avatar of amplicationAmplication·3y

    Fast-Track Your Projects: Introducing Redis Caching in Amplication

    Redis is an open-source, in-memory data store known for its high performance and wide range of supported data structures. It's commonly used for caching, real-time analytics, and other applications requiring fast data retrieval. Redis can also be configured as a Memcache, a simpler, high-speed in- memory caching system.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    Message Queue in Nodejs with BullMQ and Redis

    Message Queue in Node.js with BullMQ and Redis.io is based on 4 classes that together can be used to resolve many different problems. BullMQ offers a fast and robust queue system that simplifies the management of message queues, making it an effective solution for addressing these challenges.

  4. 4
    Article
    Avatar of hnHacker News·3y

    Choose Postgres queue technology

    Adriano Caloiaro: Postgres queue tech is a thing of beauty, but far from mainstream. He says Postgres isn’t suitably scalable for anyone’s queueing needs. The cult of scalability fractures, but they congeal around new principles like operational simplicity, maintainability, understandability.