Best of RedisApril 2022

  1. 1
    Article
    Avatar of redislabsRedis·4y

    Redis 7.0 Is Out!

    Redis 7.0 includes incremental improvements to almost every one of its aspects. Most notable are Redis Functions, ACLv2, command introspection, and Sharded Pub/Sub. The real “unsung heroes” in this version are efforts to make Redis more performant, stable, and lean.

  2. 2
    Article
    Avatar of hackernoonHacker Noon·4y

    Migrating from Heroku to Render

    Migrating from Heroku to Render took about 10 minutes. All you need to get started is a GitHub account. Set up Postgres and Redis on Render in the next few steps. Let’s walk through how to specify our environment variables in Render.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·4y

    How to use Redis Pub/Sub in Messengers

    Real-time events on most web pages can only be handled in real-time. For example, a social network needs to instantly show a new message from another user without reloading a page. How are systems like that technically arranged? The most widespread architecture is: a web browser connects to a server via a WebSocket.