redis

In-memory store

A high-performance, in-memory key-value store with various 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

GitHub

129 stars
22 watching
5 forks
Language: C
last commit: over 10 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
linyiqun/redis-code The implementation of a high-performance in-memory key-value store and distributed caching system with advanced features like transactions, replication, and data compression. 560
rafaeljesus/tempdb A key-value store solution using Redis as the backing store. 19
zio/zio-redis A ZIO-based client for the Redis in-memory data store 123
redis/redis An in-memory key-value store with persistence on disk and support for multiple data structures. 67,203
honza/redish An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. 138
0xffea/ocaml-redis A client library for interacting with a popular in-memory data store 74
soveran/ohm A Ruby library for storing objects in a Redis key-value database 1,397
koajs/koa-redis A Redis-based session store and cache for Node.js web applications. 354
cmushroom/redis-pro A Redis management tool with a simple and easy-to-use interface for macOS and iPadOS, supporting various features such as client management, slow log tracking, and configuration updates. 651
nrk/redis-lua A Lua client library for the Redis key-value storage system 737
markuman/go-redis An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. 23
zhangq0355/as3redis A Flash library that provides a client-side interface to the Redis in-memory data store 4
thinkjs/think-cache-redis A Redis-based cache system for ThinkJS applications. 5
vapor/redis An extension to the Vapor framework allowing Redis as an in-memory data store and message broker 459
thinkjs/think-redis A JavaScript library providing an interface to Redis for storing and retrieving data in memory-based databases. 9