Best of RedisMay 2023

  1. 1
    Article
    Avatar of livecycleLivecycle·3y

    How to host your side-projects for free in 2023: from Auth to Database

    Hosting side projects without a monthly cost is a great way to bring your ideas to life without breaking the bank. In this article, we’ll explore different categories of services that can help you host your side projects for free in 2023.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Introducing storage on Vercel – Vercel

    Vercel has introduced storage solutions including Vercel KV, Vercel Postgres, and Vercel Blob, making it easier to manage frontend storage needs without worrying about infrastructure.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    The open-source alternative to Vercel Storage

    Learn how to use WunderGraph as an open-source alternative to Vercel Storage for Serverless Postgres, Redis, and Blob Storage.

  4. 4
    Article
    Avatar of laravelbytesLaravel Bytes·3y

    Full Stack Laravel

    Fly ship a Laravel app on Fly.io in just a couple of minutes. You can use fly launch to get you up and running quickly with Laravel. Let's use Laravel Breeze to quickly scaffold auth into our app. We'll want our application to talk to Redis, which means other services can reach the Redis service using hostname.

  5. 5
    Article
    Avatar of vercelVercel·3y

    Introducing Vercel KV – Vercel

    Vercel KV is a serverless Redis database that allows easy implementation of features like rate limiting and session management. It scales with traffic and can be replicated to multiple regions for distributed workloads.

  6. 6
    Article
    Avatar of redislabsRedis·3y

    ChatGPT Memory: Adaptive Prompt Creation

    The ChatGPT package uses Redis as a vector database to cache historical user interactions per session. It provides an adaptive prompt creation mechanism based on the current context of the conversation. Redis’ vector database with the LLM chatbot can provide an infinite amount of context. It then uses vector search to store an embedded conversation history.