Software Alternatives & Reviews

GraphQL VS Redis

Compare GraphQL VS Redis and see what are their differences

GraphQL

GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.

Redis

Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
  • GraphQL Landing page
    Landing page //
    2023-08-01
  • 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.

GraphQL

Categories
  • Developer Tools
  • JavaScript Framework
  • Web Framework
  • Javascript UI Libraries
Website graphql.org  
Details $

Redis

Categories
  • Key-Value Database
  • NoSQL Databases
  • Databases
  • Graph Databases
Website redis.io  
Details $

GraphQL videos

REST vs. GraphQL: Critical Look

More videos:

  • Review - REST vs GraphQL - What's the best kind of API?
  • Review - What Is GraphQL?

Redis videos

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

More videos:

  • 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 GraphQL and Redis)
Developer Tools
100 100%
0% 0
Databases
0 0%
100% 100
Javascript UI Libraries
100 100%
0% 0
NoSQL Databases
0 0%
100% 100

User comments

Share your experience with using GraphQL 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 GraphQL and Redis

GraphQL Reviews

We have no reviews of GraphQL yet.
Be the first one to post

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

GraphQL might be a bit more popular than Redis. We know about 219 links to it since March 2021 and only 178 links to Redis. 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.

GraphQL mentions (219)

  • Rust GraphQL APIs for NodeJS Developers: Introduction
    In my usual NodeJS tech stack, which includes GraphQL, NestJS, SQL (predominantly PostgreSQL with MikroORM), I encountered these limitations. To overcome them, I've developed a new stack utilizing Rust, which still offers some ease of development:. - Source: dev.to / 5 months ago
  • How to convert a TypeScript built-in enum to a GraphQL enum
    At Woovi we are GraphQL lovers, hence we develop many helpers around this tool to bring a good developer experience. - Source: dev.to / about 2 months ago
  • How to Build & Deploy Scalable Microservices with NodeJS, TypeScript and Docker || A Comprehesive Guide
    A query language for APIs that allows clients to request only the data they need. It provides a more flexible and efficient alternative to RESTful APIs. GraphQL provides a single endpoint for multiple data sources, making it efficient for clients to retrieve only the necessary information forexample if a Node.js microservice uses GraphQL, a client can send a query to request specific data, and the GraphQL... - Source: dev.to / about 1 month ago
  • Embracing the Headless Channel in Xperience by Kentico
    This approach is particularly beneficial for teams looking to enhance their digital presence without the need for extensive coding or software development. By leveraging the GraphQL API endpoint, developers can prepare and execute queries to retrieve the desired content. This makes the Headless Channel a valuable tool 🔨 for content managers and developers, offering ease of use and practicality. - Source: dev.to / about 2 months ago
  • Building a CRUD application with React, TypeScript, TypeORM, MySQL, GraphQL, and NodeJs | Part A
    To know about Graphql and why it's being used head over to for more details, Now let's cut to the chase. - Source: dev.to / 3 months ago
View more

Redis mentions (178)

View more

What are some alternatives?

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

gRPC - Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service Discovery

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

React - A JavaScript library for building user interfaces

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

Next.js - A small framework for server-rendered universal JavaScript apps

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