Software Alternatives & Reviews

Minio VS Redis

Compare Minio VS Redis and see what are their differences

Minio logo Minio

Minio is an open-source minimal cloud storage server.

Redis logo Redis

Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
  • Minio Landing page
    Landing page //
    2023-09-25
  • Redis Landing page
    Landing page //
    2022-10-19

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

Minio videos

This is MinIO

More videos:

  • Review - A Review of MinIO's Performance Benchmarks
  • Review - MinIO Hardware Considerations

Redis videos

What is Redis? | Why and When to use Redis? | Tech Primers

More videos:

  • Review - Improve your Redis developer experience with RedisInsight, Redis Labs
  • Review - Redis Labs "Why NoSQL is a Safe Bet"
  • Review - Redis Enterprise Overview with Yiftach Shoolman - Redis Labs
  • Review - Redis system design | Distributed cache System design
  • Review - What is Redis and What Does It Do?
  • Review - Redis Sorted Sets Explained

Category Popularity

0-100% (relative to Minio and Redis)
Cloud Storage
100 100%
0% 0
Databases
0 0%
100% 100
Cloud Computing
100 100%
0% 0
NoSQL Databases
0 0%
100% 100

User comments

Share your experience with using Minio and Redis. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Minio and Redis

Minio Reviews

ReductStore vs. MinIO & InfluxDB on LTE Network: Who Really Wins the Speed Race?
Maintaining consistency between multiple databases, like MinIO and InfluxDB, adds a layer of complexity. In our setup, MinIO, used for blob storage, is linked to data points in InfluxDB via its filename. Any inconsistencies or mismatches between the two could potentially result in data loss. Furthermore, we need to query both databases, which is quite inefficient. Lastly,...
Performance comparison: ReductStore vs. Minio
We often use blob storage like S3, if we need to store data of different formats and sizes somewhere in the cloud or in our internal storage. Minio is an S3 compatible storage which you can run on your private cloud, bare-metal server or even on an edge device. You can also adapt it to keep historical data as a time series of blobs. The most straightforward solution would be...
Best & Cheapest Object Storage Providers With S-3 Support
MinIO supports many use cases for diverse settings and has been cloud-native from its inception. MinIO’s software-defined suite operates in public and private clouds smoothly at the edge and positions itself as a leader in hybrid cloud object storage.
Source: macpost.net
What are the alternatives to S3?
Zenko is an open source multi-cloud controller allowing users to be in control of data while leveraging the efficiency of private and public clouds. Zenko stores information locally and to Amazon S3, Azure Blob storage, Google Cloud Storage, or any S3-compatible cloud storage platform (Ceph, Minio, and more). Zenko, as described on the official website, is not a data mover,...
Source: www.w6d.io
Ceph Storage Platform Alternatives in 2022
MinIO leverages the hard won knowledge of the web scalers to bring a simple scaling model to object storage. At MinIO, scaling starts with a single cluster which can be federated with other MinIO clusters to create a global namespace, spanning multiple data centers if needed. It is one of the reasons that more than half the Fortune 500 runs MinIO.

Redis Reviews

Are Free, Open-Source Message Queues Right For You?
A notable challenge with Redis Streams is that it doesn't natively support distributed, horizontal scaling. Also, while Redis is famous for its speed and simplicity, managing and scaling a Redis installation may be complex for some users, particularly for persistent data workloads.
Source: blog.iron.io
Redis vs. KeyDB vs. Dragonfly vs. Skytable | Hacker News
1. Redis: I'll start with Redis which I'd like to call the "original" key/value store (after memcached) because it is the oldest and most widely used of all. Being a long-time follower of Redis, I do know it's single-threaded (and uses io-threads since 6.0) and hence it achieves lesser throughput than the other stores listed above which are multi-threaded, at least to some...
Memcached vs Redis - More Different Than You Would Expect
Remember when I wrote about how Redis was using malloc to assign memory? I lied. While Redis did use malloc at some point, these days Redis actually uses jemalloc. The reason for this is that jemalloc, while having lower peak performance has lower memory fragmentation helping to solve the framented memory issues that Redis experiences.
Top 15 Kafka Alternatives Popular In 2021
Redis is a known, open-source, in-memory data structure store that offers different data structures like lists, strings, hashes, sets, bitmaps, streams, geospatial indexes, etc. It is best utilized as a cache, memory broker, and cache. It has optional durability and inbuilt replication potential. It offers a great deal of availability through Redis Sentinel and Redis Cluster.
Comparing the new Redis6 multithreaded I/O to Elasticache & KeyDB
So there are 3 offerings by 3 companies, all compatible with eachother and based off open source Redis: Elasticache is offered as an optimized service offering of Redis; RedisLabs and Redis providing a core product and monetized offering, and KeyDB which remains a fast cutting edge (open source) superset of Redis. This blog looks specifically at performance, however there is...
Source: docs.keydb.dev

Social recommendations and mentions

Redis might be a bit more popular than Minio. We know about 183 links to it since March 2021 and only 154 links to Minio. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Minio mentions (154)

  • deploying a minio service to kubernetes
    Here are the basic steps to getting a minio tenant deployed inot kubernetes. There are some pre-requisites tasks to be deployed (and will not be covered in this article) including. - Source: dev.to / 17 days ago
  • Ceph: A Journey to 1 TiB/s
    I'd throw minio [1] in the list there as well for homelab k8s object storage. [1] https://min.io/. - Source: Hacker News / 3 months ago
  • Opinions sought: unknown data transfer
    Can you just append the data to a blob using something like the s3 blob api? AWS, Azure and Minio https://min.io/ all support it. That way you don't have to reinvent the wheel. Source: 8 months ago
  • iSCSI over WAN / backup of remote site
    With that being said, you better take a look at something more WAN optimized and more secure, like S3 storage. You can build the S3 storage (and gain immutability) using something like MinIO (https://min.io/) or Ceph (https://ceph.io/en/) or check out Object First Ootbi offerings - https://objectfirst.com/object-storage/ (I work for them). Source: 9 months ago
  • Build an Inventory and Order Management App with Google Sheets and ToolJet
    ToolJet allows you to build applications that use relational and non-relational databases, REST APIs, OpenAI technologies, and cloud storage like Google Cloud Storage, AWS S3, and Minio. It is an excellent development tool helping individuals, developers, and businesses create and ship products faster. - Source: dev.to / 9 months ago
View more

Redis mentions (183)

  • Redis is not "open core" (2021)
    The page 404s for me currently and it does not seem to be archived by the wayback machine either: https://web.archive.org/web/20240000000000*/https://redis.io/news/121. - Source: Hacker News / 15 days ago
  • Software Engineering Workflow
    Redis - real time data storage with different data structures in a cache. - Source: dev.to / 17 days ago
  • Redis License Changed
    Redis.io no longer mentions open source. They have still not changed meta description on their page. It still says it is open source ^^ view-source:https://redis.io/. - Source: Hacker News / about 1 month ago
  • Tutorial: Install Redis in Distro Linux: Pop!_OS
    Follow the steps below to install Redis:. - Source: dev.to / about 2 months ago
  • How to choose the right type of database
    Redis: An open-source, in-memory data structure store supporting various data types. It offers persistence, replication, and clustering, making it ideal for more complex caching requirements and session storage. - Source: dev.to / about 2 months ago
View more

What are some alternatives?

When comparing Minio and Redis, you can also consider the following products

Ceph - Ceph is a distributed object store and file system designed to provide excellent performance...

MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.

Google Cloud Storage - Google Cloud Storage offers developers and IT organizations durable and highly available object storage.

ArangoDB - A distributed open-source database with a flexible data model for documents, graphs, and key-values.

Azure Blob Storage - Use Azure Blob Storage to store all kinds of files. Azure hot, cool, and archive storage is reliable cloud object storage for unstructured data

Apache Cassandra - The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance.