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键值数据库源码分析
560 stars
81 watching
303 forks
Language: C
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpalmer/redis | A high-performance, in-memory key-value store with various data structures. | 129 |
lloydzhou/lua-resty-cache | Provides an HTTP cache with Redis backend, allowing for stale response serving and exclusive locking. | 56 |
thinkjs/think-cache-redis | A Redis-based cache system for ThinkJS applications. | 5 |
colinmollenhour/cm_cache_backend_redis | A Redis-based caching system for PHP applications. | 387 |
sorentwo/readthis | A Ruby library that provides a Redis-backed cache client with performance and simplicity features. | 506 |
sebleier/django-redis-cache | A caching backend for Django web applications using Redis as the storage layer. | 1,040 |
nrk/redis-lua | A Lua client library for the Redis key-value storage system | 734 |
cbd/edis | A high-performance, Erlang-based Redis implementation with improved scalability and multi-master support. | 469 |
fogfish/cache | A library implementing an in-memory cache with segmented storage and time-to-live policies | 137 |
y123456yz/reading-and-comprehense-redis-cluster | An in-depth analysis and documentation of the Redis source code with detailed annotations and explanations of its functionality and behavior. | 678 |
soveran/ohm | A Ruby library for storing objects in a Redis key-value database | 1,398 |
abouvier/slim-redis-cache | A Redis-based caching middleware for the Slim PHP framework | 17 |
kiddouk/redisco | A Python library for simple models and containers persisted in Redis. | 439 |
zio/zio-redis | A ZIO-based client for the Redis in-memory data store | 123 |
jr0senblum/jc | A distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms. | 26 |