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.
67k stars
3k watching
24k forks
Language: C
last commit: 11 months ago
Linked from 7 awesome lists
cachedatabasekey-valuemessage-brokernosqlredis
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,982 |
| | An in-memory Redis implementation with SQLite backend, providing ACID transactions and compatibility with the Redis API. | 3,551 |
| | A Ruby client library for interacting with the Redis in-memory data store | 3,980 |
| | A terminal client for Redis with advanced features like auto-completion, syntax highlighting, and command validation. | 2,577 |
| | A high-performance, in-memory key-value store with various data structures. | 129 |
| | A high-level Rust library providing convenient access to Redis functionality | 3,710 |
| | A fast Redis client with features like auto-pipelining and client-side caching for high-performance data access in distributed systems. | 2,499 |
| | A native port of Redis for Windows, implementing its key-value data model with various value types. | 9,151 |
| | Provides querying and indexing capabilities on top of Redis | 5,585 |
| | A high-performance, feature-rich Redis client for Node.js | 14,483 |
| | Tools to parse Redis dump files and extract data in various formats | 5,102 |
| | A Python client for interacting with the Redis key-value store | 12,733 |
| | A flexible Redis client for PHP, providing a high-level interface to the popular in-memory data store. | 7,617 |
| | A Scala library providing a client for interacting with Redis key-value databases. | 1,020 |
| | An in-depth analysis and documentation of the Redis source code with detailed annotations and explanations of its functionality and behavior. | 680 |