Best of RedisMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Scaling Laravel to 100M+ jobs and 30,000 requests

    This post tells the story of scaling a Laravel app to handle over 100 million jobs and 30,000 requests per minute using Laravel, MySQL, and Redis.

  2. 2
    Article
    Avatar of asayerasayer·2y

    Four Ways of Caching Node.JS APIs for High Performance

    Learn about different caching techniques for optimizing Node.js APIs, including in-memory caching, distributed caching, Content Delivery Networks (CDNs), and the Cache-Aside pattern.

  3. 3
    Video
    Avatar of codeheimcodeHeim·2y

    #37 Golang - Mastering Background Jobs in Go with gocraft/work

    Learn how to handle background jobs in Go using the gocraft/work package. Discover why background jobs are needed, how they differ from Go's built-in concurrency, and how background job systems persist the state of jobs. Explore advanced topics like using context and middleware, as well as the user interface for job status and the check-in feature for long-running jobs.

  4. 4
    Article
    Avatar of lnLaravel News·2y

    Real Time Command Line Monitoring With Laravel Top

    Laravel Top is a package that provides real-time command line monitoring for Laravel applications. It allows users to track critical metrics and see the busiest routes in their application. The data is stored in Redis and can be accessed programmatically using the provided facade.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    Caching Techniques in PHP: Memcached, Redis, and APCu

    The post discusses caching techniques in PHP, specifically Memcached, Redis, and APCu. These caching methods help enhance the performance and functionality of web applications.

  6. 6
    Video
    Avatar of seriousctoThe Serious CTO·2y

    You've been using REDIS wrong! CTO Insights

    Redis is a high-speed and flexible solution for data storage and management in applications. It offers rapid data retrieval, different data types support, and helps improve performance and scalability.