Redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. (by redis)

Redis Alternatives

Similar projects and alternatives to Redis

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Redis alternative or higher similarity.

Redis discussion

Log in or Post with
  1. User avatar
    TigranAvagyan18
    · 5 months ago
    · Reply

    Review ★★★★★ 10/10

Redis reviews and mentions

Posts with mentions or reviews of Redis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-27.
  • Redis Inc seeks control over Rust Redis-rs library, talk of trademark concerns
    6 projects | news.ycombinator.com | 27 Nov 2024
    https://github.com/redis/redis/pull/13670

    Created a PR to add this into the context.

    Feel free to comment on it.

    Also, calling other bystanders to add other missing pieces to the history.

  • How to level up your backend skills
    13 projects | dev.to | 16 Nov 2024
    Databases: Learn to work with relational databases like MySQL and PostgreSQL, as well as NoSQL databases like MongoDB and Redis.
  • Rate Limiting a Golang API using Redis
    3 projects | dev.to | 11 Nov 2024
    In case you have no idea what Gin and Redis are. Gin is a web framework written in Golang. It helps to create a simple and fast server without writing a lot of code. Redis it's an in-memory and key-value data store that can be used as a database or for caching capabilities.
  • Building a Scalable URL Shortener with Node.js (Part 1/2)
    11 projects | dev.to | 8 Nov 2024
    Redis: In-memory data store for caching frequently accessed URLs.
  • API Caching: Techniques for Better Performance
    8 projects | dev.to | 17 Oct 2024
    Redis — Remote Dictionary Server is a free, flexible, and high-performance distributed in-memory system that works with most programming languages. It supports numerous data structures such as hashes, strings, lists, sets, streams, sorted sets, bitmaps, and more. Redis applies to many problems, including database caching, public messaging systems, API responses, and queues. This makes it applicable across gaming, social network applications, real-time data analytics, RSS feeds, user recommendations, etc.
  • 100+ Must-Have Web Development Resources
    28 projects | dev.to | 14 Oct 2024
    Redis: An open-source, in-memory key-value store database.
  • How I Built JMServices: Challenges, Strengths, and Lessons from My SaaS Journey
    3 projects | dev.to | 8 Oct 2024
    Now, let’s dive back into some technical details. After reaching version 3, we made a significant decision to transition our entire codebase from TailwindCSS to a new design system called Chakra UI. This shift not only enhanced our design consistency but also improved the overall user experience with its modular and accessible components. Chakra UI allowed us to create a more cohesive and visually appealing interface, leading us to the polished solution we see today. Alongside this transition, we also started using Redis to implement caching between the frontend and backend. This addition significantly improved our application’s performance by reducing response times and easing the load on our databases. The combination of Chakra UI for design and Redis for caching was a crucial step in refining JMServices, ensuring that our platform remains user-friendly and adaptable to future updates.
  • 8 Backend Tools to Become a Better Developer
    3 projects | dev.to | 8 Oct 2024
    Link: https://redis.io/
  • The main steps I follow when kicking off Node.js projects
    12 projects | dev.to | 7 Oct 2024
    Also, I want to mention non-persistent storages like ElasticSearch and Redis, which I frequently use. ElasticSearch is not good when the project starts, but you can take it into account and use it later when you need to handle complex indexes and searches. Redis or another memory database is friendly and easy to implement. We frequently need a cache even at the beginning of the project, so it’s nice to have it.
  • Using Redis for Caching in Laravel: A Step-by-Step Guide
    4 projects | dev.to | 29 Sep 2024
    Laravel is, without fear of contradiction, the most popular PHP framework, and among the most popular within web development. Redis is, for its part, an in-memory database widely used for caching storage due to the fact that data is stored in key-value pairs, which makes its management easier. In this article we'll see how to set up Redis in a Laravel application and what is to be considered when handling cache keys.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Redis repo stats
350
67,197
9.6
3 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com