redis

Data store

An in-memory key-value store with persistence on disk and support for multiple data structures.

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.

GitHub

67k stars
3k watching
24k forks
Language: C
last commit: almost 2 years ago
Linked from 7 awesome lists

cachedatabasekey-valuemessage-brokernosqlredis

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
redis/node-redisA high-performance Redis client for Node.js with support for various Redis commands and data structures16,982
nalgeon/redkaAn in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API.3,551
redis/redis-rbA Ruby client library for interacting with the Redis in-memory data store3,980
laixintao/iredisA terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation.2,577
mpalmer/redisA high-performance, in-memory key-value store with various data structures.129
redis-rs/redis-rsA high-level Rust library providing convenient access to Redis functionality3,710
redis/rueidisA fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems.2,499
tporadowski/redisA native port of Redis for Windows, implementing its key-value data model with various value types.9,151
redisearch/redisearchProvides querying and indexing capabilities on top of Redis5,585
redis/ioredisA high-performance, feature-rich Redis client for Node.js14,483
sripathikrishnan/redis-rdb-toolsTools to parse Redis dump files and extract data in various formats5,102
redis/redis-pyA Python client for interacting with the Redis key-value store12,733
predis/predisA flexible Redis client for PHP, providing a high-level interface to the popular in-memory data store.7,617
debasishg/scala-redisA Scala library providing a client for interacting with Redis key-value databases.1,020
y123456yz/reading-and-comprehense-redis-clusterAn in-depth analysis and documentation of the Redis source code with detailed annotations and explanations of its functionality and behavior.680