File: control

package info (click to toggle)
node-node-redis 0.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 59
  • sloc: makefile: 4; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,040 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: node-node-redis
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 8.0.0),
 dh-buildinfo,
 nodejs,
Standards-Version: 3.9.5
Homepage: https://github.com/tim-smart/node-redis
XS-Testsuite: autopkgtest
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-node-redis.git
Vcs-Browser: http://anonscm.debian.org/?p=pkg-javascript/node-node-redis.git

Package: node-node-redis
Architecture: all
Depends:
 ${misc:Depends},
 nodejs (>= 0.10.0),
Suggests:
 node-assert,
 node-parallel,
Description: Redis client implementation for Node.js
 Redis is a networked, in-memory, key-value data store with optional durability.
 As the durability of data is not needed, the in-memory nature of Redis allows
 it to perform extremely well compared to database systems that write every
 change to disk before considering a transaction committed.
 .
 This module provides Redis client support for Node.js.