SaaSHub helps you find the best software and product alternatives 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).
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
rejson-rb
ReJSON adapter/client for Ruby. Store/Retrieve JSON documents in Redis database using Ruby
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better redis-rb alternative or higher similarity.
redis-rb discussion
redis-rb reviews and mentions
Posts with mentions or reviews of redis-rb.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-12.
-
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 - SaaSHub
www.saashub.com | 6 Jun 2026
Stats
Basic redis-rb repo stats
8
3,999
7.1
1 day ago
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.