InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Redis-rb Alternatives
Similar projects and alternatives to redis-rb
-
FalkorDB
A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
rejson-rb
ReJSON adapter/client for Ruby. Store/Retrieve JSON documents in Redis database using Ruby
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
redis-rb discussion
redis-rb reviews and mentions
- Show HN: FalkorDB fork from RedisGraph bringing it back to life
You're right the general client doesn't have the stack support yet. https://github.com/redis/redis-rb.
- Monitor Ruby Application Performance with Magic Dashboards
Sidekiq integration - requires the Redis gem 3.3.5 or higher. For this integration, the AppSignal gem 2.9.5 or higher is recommended.
- Connect to Redis cluster with encryption in-transit enabled using redis-rb gem
It mentions hiredis. A quick look at the redis-rb source code yields that this is coming from Hiredis connection: https://github.com/redis/redis-rb/blob/6542934f01b9c390ee450bd372209a04bc3a239b/lib/redis/connection/hiredis.rb#L18
- Provide Redis cluster endpoint in Rails Cache configuration
You're likely already using this library to connect, but check out these docs: https://github.com/redis/redis-rb#cluster-support
- Redis shards auto discovery in redis-rb client
I use redis-rb to connect to my Redis cluster (multi shard/node architecture) from my Rails app. In the documentation, I can see that it is enough to provide the cluster endpoint while initialising the client and the client will discover the node endpoints along with their respective keys slot using the cluster-nodes command:
- Use Redis Sets to track and expire cache keys in Rails
The redis-rb gem is not thread-friendly by default. If you use redis-rb without a connection pool you will end up with race conditions on Redis accesses.
- A note from our sponsor - InfluxDB www.influxdata.com | 23 Dec 2025
Stats
redis/redis-rb is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of redis-rb is Ruby.