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
129 stars
22 watching
5 forks
Language: C
last commit: almost 11 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| The implementation of a high-performance in-memory key-value store and distributed caching system with advanced features like transactions, replication, and data compression. | 561 |
| A key-value store solution using Redis as the backing store. | 19 |
| A ZIO-based client for the Redis in-memory data store | 123 |
| An in-memory key-value store with persistence on disk and support for multiple data structures. | 67,358 |
| An implementation of a distributed key-value store inspired by Redis, with support for multi-threading and TCP protocol. | 138 |
| A client library for interacting with a popular in-memory data store | 75 |
| A Ruby library for storing objects in a Redis key-value database | 1,397 |
| A Redis-based session store and cache for Node.js web applications. | 354 |
| 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. | 652 |
| A Lua client library for the Redis key-value storage system | 737 |
| An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
| A Flash library that provides a client-side interface to the Redis in-memory data store | 4 |
| A Redis-based cache system for ThinkJS applications. | 5 |
| An extension to the Vapor framework allowing Redis as an in-memory data store and message broker | 460 |
| A JavaScript library providing an interface to Redis for storing and retrieving data in memory-based databases. | 9 |