redis-namespace VS Redis

Compare redis-namespace vs Redis and see what are their differences.

redis-namespace

This gem adds a Redis::Namespace class which can be used to namespace Redis keys. (by resque)

Redis

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, Hashes, Streams, HyperLogLogs, Bitmaps. (by redis)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
redis-namespace Redis
3 318
689 64,893
0.0% 1.0%
3.5 9.7
about 2 months ago 2 days ago
Ruby C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

redis-namespace

Posts with mentions or reviews of redis-namespace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-14.
  • Building a dynamic staging platform
    5 projects | dev.to | 14 Apr 2022
    The solution to this was actually quite simple: namespaces. By prefixing Resque queue names with the name of the dynamic staging, each environment would see only the jobs that it cares about.
  • Namespacing keys in Kredis
    3 projects | dev.to | 6 Oct 2021
    A clean way to namespacing Kredis is to install the redis-namespace gem. It provides a namespaced proxy to an underlying Redis connection.
  • How would you implement a remote REPL? (e.g. Redis)
    4 projects | /r/devops | 14 Jun 2021
    The code implementing that website is public; you can read or run it. https://github.com/resque/redis-namespace/blob/master/lib/redis/namespace.rb implements the namespacing for most things, and https://github.com/redis/try.redis/blob/master/namespace_tools.rb implements a little more plus allow-listing commands.

Redis

Posts with mentions or reviews of Redis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.

What are some alternatives?

When comparing redis-namespace and Redis you can also consider the following projects:

kredis - Higher-level data structures built on Redis

Redis - 🚀 A robust, performance-focused, and full-featured Redis client for Node.js.

python-in-a-box - Interactive online Python REPL in 30 lines of JavaScript.

LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

try.redis - A demonstration of the Redis database.

RabbitMQ - Open source RabbitMQ: core server and tier 1 (built-in) plugins

brython - Brython (Browser Python) is an implementation of Python 3 running in the browser

Polly - Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

Resque - Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.

celery - Distributed Task Queue (development branch)

aws-node-termination-handler - Gracefully handle EC2 instance shutdown within Kubernetes

Riak - Riak is a decentralized datastore from Basho Technologies.