File: control

package info (click to toggle)
ruby-redis-namespace 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: ruby: 1,355; makefile: 10; sh: 4
file content (31 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: ruby-redis-namespace
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               procps,
               redis-server,
               ruby-redis (>= 3.0.4),
               ruby-rspec,
               ruby-rspec-its
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-redis-namespace.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-redis-namespace
Homepage: https://github.com/resque/redis-namespace
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-redis-namespace
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-redis (>= 3.0.4),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Namespaces commands when multiple apps access same redis server
 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.