https://github.com/resque/redis-namespace

Last synced: about 1 month ago

Repository metadata:

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


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 261
Total Committers: 105
Avg Commits per committer: 2.486
Development Distribution Score (DDS): 0.824

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Chris Wanstrath c****s@o****g 46
Ryan Biesemeyer r****n@s****m 35
Terence Lee h****2@g****m 11
Ryan Biesemeyer r****n@y****m 10
ota42y o****y@g****m 10
Steve Klabnik s****e@s****m 7
Jean Boussier j****r@g****m 5
Stefan Budeanu s****u@s****m 5
Łukasz Strzałkowski l****i@g****m 4
Rafael Mendonça França r****l@f****v 4
Nicholas La Roux l****n@g****m 4
Menno van der Sman m****o@w****m 4
David Czarnecki c****d@a****g 4
Carl Zulauf c****l@l****m 4
Adam Mckaig a****g@g****m 3
Caius Durling d****v@c****e 3
fatkodima f****3@g****m 3
j-wilkins p****y@m****m 3
Todd Thomas t****s@o****m 2
Michael Bianco i****y@g****m 2
Jakub Suder j****r@g****m 2
Galen O'Hanlon g****n@p****m 2
anothermh a****h 2
Patrick Tulskie p****e@g****m 2
Florian Weingarten f****o@h****e 2
Filip Tepper f****p@t****l 2
Denis Tataurov s****s@m****u 2
Chelong c****4@g****m 1
Chelsea Komlo & Ryan Biesemeyer c****o@g****m 1
Chris C Cerami c****i@g****m 1
and 75 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

rubygems: redis-namespace

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.

go: github.com/resque/redis-namespace


Dependencies

Gemfile rubygems
  • rubysl-cgi >= 0
  • rubysl-logger >= 0
  • rubysl-net-http >= 0
  • rubysl-socket >= 0
  • rubysl-stringio >= 0
  • rubysl-timeout >= 0
  • rubysl-uri >= 0
  • rubysl-zlib >= 0
redis-namespace.gemspec rubygems
  • rake >= 0 development
  • rspec ~> 3.7 development
  • rspec-its >= 0 development
  • redis >= 3.0.4
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite
  • redis * docker
.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite