redis-module
There are 85 repositories under redis-module topic.
redis/ioredis
🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
RediSearch/RediSearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
RedisBloom/RedisBloom
Probabilistic Datatypes Module for Redis
RedisTimeSeries/RedisTimeSeries
Time Series data structure for Redis
swilly22/redis-graph
A graph database with Cypher query language as a Redis module
aviggiano/redis-roaring
Roaring Bitmaps for Redis
sewenew/redis-protobuf
Redis module for reading and writing Protobuf messages
danni-m/redis-timeseries
Future development of redis-timeseries is at github.com/RedisLabsModules/redis-timeseries.
wenerme/go-rm
Write Redis module in Golang
ekzhang/redis-rope
🪢 A fast native data type for manipulating large strings in Redis
buguang01/bige
游戏服务器框架。
OhBonsai/RedisTree
Redis Tree (Ploytree) Structure Module
erans/redissnowflake
Twitter's Snowflake based ID generation as a redis module
usmanm/redis-tdigest
t-digest module for Redis
tombatron/NReJSON
A set of extensions for interacting with the ReJSON module for Redis.
zhao-lang/redis_hnsw
HSNW module for Redis
RedisJSON/RedisJSON2
Rust based RedisJSON implementation - Deprecated and moved to RedisJSON/RedisJSON
sewenew/redis-llm
redis-llm integrates LLM with Redis. It can help LLM to access private data, and remember long chat history.
wujunwei/redlock
a way to achieve distributed lock by redis module
f0rmiga/sessiongate
⚡️A Redis module that provides session management.
ayarotsky/redis-shield
A loadable Redis module that implements the token bucket algorithm to do rate limiting as a native command
clouddrove/terraform-aws-elasticache
Terraform module to create Elasticache Cluster and replica for Redis and Memcache.
limithit/RedisPushIptables
RedisPushIptables is used to update firewall rules to reject the IP addresses for a specified amount of time or forever reject.
RediSearch/redisearch-api-rs
Rust RediSearch API binding
RedisLabsModules/secondary
Redis Secondary Indexing Module, been suspended see: https://github.com/RediSearch/RediSearch/
tidwall/redbench
Benchmarking for custom Redis commands and modules
starkdg/reventis
Fast spatio-temporal system to index events.
linfangrong/redismodule-ratelimit
Redis module that provides ratelimit
starkdg/Redis-ImageScout
Redis Module for indexing of image fingerprints for fast efficient retrieval.
danitseitlin/redis-interval-sets
Redis module for creating interval sets, handling them and filtering out relevant sets by number in range.
wujunze/redis-module-panda
A simple redis module, Just for fun
gsquire/redis-multi-map
A Redis module implementing a MultiMap type
poga/redis-percentile
redis module for percentile estimation
tzongw/redis-timer
A timer module for Redis
infobip/redis-fpn
Redis module for Fixed Point Number data type
prashanthpai/redis_cron
Cron job scheduler redis module, inspired by pg_cron.