Metadata


Name
redis-namespace
Version
1.11.0
Platform
ruby
Authors
Chris Wanstrath
Terence Lee
Steve Klabnik
Ryan Biesemeyer
Mike Bianco
Bindir
bin
Date
2023-06-08 00:00:00 UTC
Dependencies
redis (>= 4)
rake (>= 0, development)
rspec (~> 3.7, development)
rspec-its (>= 0, development)
connection_pool (>= 0, development)
Description
Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications.
Email
chris@ozmm.org
hone02@gmail.com
steve@steveklabnik.com
me@yaauie.com
mike@mikebian.co
Files
LICENSE
README.md
Rakefile
lib/redis-namespace.rb
lib/redis/namespace.rb
lib/redis/namespace/version.rb
spec/deprecation_spec.rb
spec/redis_spec.rb
spec/spec_helper.rb
Homepage
https://github.com/resque/redis-namespace
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/resque/redis-namespace/issues", "changelog_uri"=>"https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md", "documentation_uri"=>"https://www.rubydoc.info/gems/redis-namespace/1.11.0", "rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 2.4
Required rubygems version
>= 0
Rubygems version
3.4.1
Specification version
4
Summary
Namespaces Redis commands.
Original platform
ruby
New platform
ruby