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键值数据库源码分析

GitHub

561 stars
81 watching
302 forks
Language: C
last commit: almost 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mpalmer/redisA high-performance, in-memory key-value store with various data structures.129
lloydzhou/lua-resty-cacheProvides an HTTP cache with Redis backend, allowing for stale response serving and exclusive locking.56
thinkjs/think-cache-redisA Redis-based cache system for ThinkJS applications.5
colinmollenhour/cm_cache_backend_redisA Redis-based caching system for PHP applications.388
sorentwo/readthisA Ruby library that provides a Redis-backed cache client with performance and simplicity features.504
sebleier/django-redis-cacheA caching backend for Django web applications using Redis as the storage layer.1,039
nrk/redis-luaA Lua client library for the Redis key-value storage system737
cbd/edisA high-performance, Erlang-based Redis implementation with improved scalability and multi-master support.467
fogfish/cacheA library implementing an in-memory cache with segmented storage and time-to-live policies137
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
soveran/ohmA Ruby library for storing objects in a Redis key-value database1,397
abouvier/slim-redis-cacheA Redis-based caching middleware for the Slim PHP framework17
kiddouk/rediscoA Python library for simple models and containers persisted in Redis.438
zio/zio-redisA ZIO-based client for the Redis in-memory data store123
jr0senblum/jcA distributed in-memory cache with features like Pub/Sub, JSON querying, and consistency mechanisms.26