aicoolies logo
Redis logo

Redis

In-memory data store

Share
open-sourceOpen Source
Visit Website →

In-memory data structure store used as database, cache, message broker, and streaming engine. Supports strings, hashes, lists, sets, sorted sets, streams, geospatial indexes, and HyperLogLog. Features pub/sub messaging, Lua scripting, transactions, persistence (RDB/AOF), replication, and Redis Cluster for horizontal scaling. Redis Stack adds JSON, search, time series, and graph capabilities. Sub-millisecond latency. Available as open-source or managed (Redis Cloud, AWS ElastiCache).

Redis is an open-source, in-memory data structure store used as a database, cache, message broker, and streaming engine. It stores all data in RAM, delivering sub-millisecond response times that make it the industry standard for high-performance caching, session management, and real-time data processing. Redis solves the problem of slow disk-based database access by providing a lightning-fast data layer that can sit in front of traditional databases, dramatically reducing read latency and backend load for frequently accessed data.

Redis supports a rich set of data structures including strings, hashes, lists, sets, sorted sets, bitmaps, hyperloglogs, geospatial indexes, and streams, enabling complex operations that go far beyond simple key-value storage. It provides persistence through RDB snapshots and AOF logging, pub/sub messaging for real-time event distribution, Lua scripting for atomic server-side operations, and clustering for horizontal scalability. Recent versions add vector similarity search for AI and machine learning workloads, making Redis a capable platform for semantic caching, RAG pipelines, and real-time feature stores.

Redis is used by virtually every major technology company for caching, session storage, leaderboards, rate limiting, job queues, real-time analytics, and geospatial applications. It integrates with every major programming language and framework, and is available as a managed service through Redis Cloud, AWS ElastiCache, Azure Cache, and Google Memorystore. Redis is essential for any application requiring low-latency data access, and its versatility as both a cache and a primary data store makes it a foundational component in modern distributed architectures.

Pricing

Free (open-source) / Redis Cloud from $0

Platforms

macOS, Linux, Docker

Categories

Tags

Use Cases

Alternatives

Supabase logo

Supabase

The open-source Firebase alternative

Open-source Firebase alternative providing a full backend-as-a-service on PostgreSQL. Auto-generated REST and GraphQL APIs from your schema, real-time subscriptions, built-in auth with 20+ social providers and Row Level Security, S3-compatible file storage with CDN, and Deno-powered Edge Functions. Visual dashboard with SQL editor and table editor. Supports pgvector for AI apps. Self-hostable or managed with a generous free tier. 75K+ GitHub stars.

freemiumOpen Source
TablePlus logo

TablePlus

Modern database management GUI

Native database management GUI for macOS, Windows, and Linux that provides a fast, clean interface for working with PostgreSQL, MySQL, SQLite, SQL Server, Redis, CockroachDB, and more. Features an intuitive query editor with auto-completion, visual table editor for inline data editing, import/export in multiple formats, SSH tunnel support, and connection management. Known for its speed and polished UI compared to heavier tools like DBeaver. Popular among Mac developers.

freemium
DBeaver logo

DBeaver

Universal database tool

DBeaver is a free, open-source universal database GUI and SQL client supporting 100+ engines including PostgreSQL, MySQL, Oracle, SQL Server, SQLite, MongoDB, Cassandra, and Redis. Offers a consistent cross-platform interface for schema browsing, visual query building, SQL execution, data editing, ER diagrams, and data migration between heterogeneous databases, all in a single Java-based desktop app.

open-sourceOpen Source
Valkey logo

Valkey

Open-source high-performance key/value datastore

Valkey is a Linux Foundation-backed, BSD-3-Clause open-source fork of Redis 7.2.4 for caching, queues, and real-time data workloads. Current 9.1 and 8.1.8 releases continue performance, security, module, and cluster work while preserving Redis-compatible migration paths. It has 26K+ GitHub stars and managed-service support from AWS, Google, Oracle, Ericsson, and others.

open-sourceOpen Source

Related Tools

Supabase MCP

MCP server for connecting AI assistants to Supabase projects

Supabase MCP is Supabase's Apache-2.0 server for connecting AI assistants to Supabase projects. It can expose database, configuration, and project-management workflows to MCP clients such as Cursor, Claude, and Windsurf, while the official docs emphasize permission and security review before production use, SQL changes, or high-privilege database access.

open-sourceOpen SourceTelemetry
Ardent logo

Ardent

Database branching for coding agents

Ardent is a Postgres database branching platform built for coding-agent workflows. It creates isolated database copies in seconds so Claude Code, Codex, Cursor, or human developers can test migrations, clean data, reproduce bugs, and run risky experiments without touching production. The strongest fit is teams already using Postgres who need agent-safe dev/test databases rather than another generic serverless database.

freemium
VectorChord logo

VectorChord

High-recall Postgres vector search at billion scale

VectorChord is a Postgres extension from the supervc-stack/VectorChord project that brings high-recall vector search to PostgreSQL. As the spiritual successor to pgvecto.rs, it combines IVF indexes with RaBitQ quantization to deliver Pinecone-class performance at billion-vector scale while keeping all data inside a single Postgres database — no separate vector store, no two-system sync, no rewrites when the workload grows.

open-sourceOpen Source
Infinity logo

Infinity

AI-native database for hybrid RAG retrieval

Infinity is an AI-native database from InfiniFlow that unifies dense vectors, sparse vectors, tensors, and full-text search in a single engine. Built for retrieval-augmented generation (RAG) at scale, it powers hybrid search workflows where lexical matching, semantic similarity, and reranking all happen against one storage layer instead of four loosely coupled services.

open-sourceOpen Source
sqlite-vec logo

sqlite-vec

Vector search extension for SQLite that runs anywhere

sqlite-vec is a lightweight vector search extension for SQLite written in pure C with zero dependencies. It brings nearest-neighbor search capabilities directly into SQLite databases, enabling AI applications to store and query embeddings without running a separate vector database. The extension works everywhere SQLite runs including Linux, macOS, Windows, WebAssembly in browsers, and even Raspberry Pi devices. Sponsored by Mozilla Builders, Fly.io, and Turso.

freeOpen Source
WeKnora logo

WeKnora

Enterprise RAG framework by Tencent

WeKnora is a Tencent-developed LLM-powered knowledge management and Q&A framework for enterprise document understanding and semantic retrieval. Supports 10+ document formats including PDF, Word, Excel, and images with seamless IM platform integration for WeCom, Feishu, Slack, and Telegram. Offers Quick Q&A mode using RAG pipelines and Intelligent Reasoning mode with ReACT agents for complex multi-step reasoning tasks across organizational knowledge bases.

open-sourceOpen Source

Comparisons