Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Redis Cluster Operator creates and manages Redis Clusters atop Kubernetes.
Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
翻译 - Resque是Redis支持的Ruby库,用于创建后台作业,将其放置在多个队列中,并在以后进行处理。
Sealos is a production-ready Kubernetes distribution. You can create any programming language and any framework development Env, create high availability databases like mysql/pgsql/redis/mongo, and ru...
Redis Operator creates/configures/manages Redis clusters atop Kubernetes
This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
Dockerfile to create a Docker container image for Redis.
A Redis Module that make it possible to create a consistent Raft cluster from multiple Redis instances.
Creates a fully functional Google Memorystore (redis) instance
Redis 是一款流行的内存型数据库,数据以键值对形式存储,常用作缓存和消息队列中间件。支持的数据类型有 Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps。
Redis Node.js client
翻译 - 高性能Node.js Redis客户端。
A Ruby client library for Redis
翻译 - Redis的Ruby客户端库
[Forge Mod] Building Tools and Aesthetic Technology
翻译 - [Forge Mod]建筑工具和美学技术
Redis documentation source code for markdown and metadata files, conversion scripts, and so forth
翻译 - 用于降价和元数据文件,转换脚本等的Redis文档源代码
Native port of Redis for Windows. 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,...
翻译 - Redis Windows的本机端口。 Redis是一个内存数据库,可持久存储在磁盘上。数据模型是键值,但支持许多不同类型的值:字符串,列表,集,排序集,哈希,流,HyperLogLogs。该存储库包含Redis到Windows的非正式端口。
Dockerfile for Redis Cluster (redis 3.0+)
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks
翻译 - 命名空间的Rack :: Session,Rack :: Cache,I18n和缓存Redis存储(用于Ruby Web框架)
Hiredis 是一个轻量级的 Redis C语言库。