Redis
Links
docker-redis-cluster - Dockerfile for Redis Cluster (redis 3.0+).
redis-rs - High level redis library for Rust.
twemproxy - Fast, light-weight proxy for memcached and redis.
RediSQL - Fast, in-memory, SQL engine with batteries included.
Medis - Beautiful, easy-to-use Mac database management application for Redis.
Redis Cluster Proxy - Proxy for Redis Clusters.
ioredis - Robust, performance-focused and full-featured Redis client for Node.js.
rsedis - Redis re-implemented in Rust.
mini-redis - Incomplete, idiomatic implementation of a Redis client and server built with Tokio.
Redis University - Free online courses taught by Redis experts.
Hiredis - Minimalistic C client library for the Redis database.
ZanRedisDB - Distributed redis cluster with strong consistency.
RediSearch - Fulltext Search and Secondary Index module for Redis. (Docs) (HN)
RediSQL - Fastest, simplest, in-memory SQL database server.
ioredis-mock - Emulates ioredis by performing all operations in-memory.
redismodule-rs - Idiomatic Rust API for the Redis Modules API. It allows writing Redis modules in Rust, without needing to use raw pointers or unsafe code.
handy-redis - Wrapper around node_redis with Promise and TypeScript support.
Titan - Distributed implementation of Redis compatible layer based on TiKV.
fakeredis - Fake implementation of redis API (redis-py) for testing purposes.
Tendis - High-performance distributed storage system which is fully compatible with the Redis protocol.
Spark-Redis - Library for reading and writing data in Redis using Apache Spark.
Bee-Queue - Simple, fast, robust job/task queue for Node.js, backed by Redis.
Last updated