Redis-Code
In-memory cache system
The implementation of a high-performance in-memory key-value store and distributed caching system with advanced features like transactions, replication, and data compression.
redis键值数据库源码分析
561 stars
81 watching
302 forks
Language: C
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance, in-memory key-value store with various data structures. | 129 |
| Provides an HTTP cache with Redis backend, allowing for stale response serving and exclusive locking. | 56 |
| A Redis-based cache system for ThinkJS applications. | 5 |
| A Redis-based caching system for PHP applications. | 388 |
| A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 504 |
| A caching backend for Django web applications using Redis as the storage layer. | 1,039 |
| A Lua client library for the Redis key-value storage system | 737 |
| A high-performance, Erlang-based Redis implementation with improved scalability and multi-master support. | 467 |
| A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
| An in-depth analysis and documentation of the Redis source code with detailed annotations and explanations of its functionality and behavior. | 680 |
| A Ruby library for storing objects in a Redis key-value database | 1,397 |
| A Redis-based caching middleware for the Slim PHP framework | 17 |
| A Python library for simple models and containers persisted in Redis. | 438 |
| A ZIO-based client for the Redis in-memory data store | 123 |
| A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |