-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol_18.04
More file actions
76 lines (72 loc) · 2.47 KB
/
control_18.04
File metadata and controls
76 lines (72 loc) · 2.47 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: redis
Section: database
Priority: optional
Maintainer: Dmitry Sergeev <identw@gmail.com>
Build-Depends:
debhelper (>= 11~),
dpkg-dev (>= 1.17.14),
libjemalloc-dev [linux-any],
procps <!nocheck>,
tcl <!nocheck>,
Standards-Version: 4.1.3
Homepage: http://redis.io/
Vcs-Git: https://github.com/lamby/pkg-redis.git
Vcs-Browser: https://github.com/lamby/pkg-redis
Package: redis
Architecture: all
Depends:
redis-server (<< ${binary:Version}.1~),
redis-server (>= ${binary:Version}),
${misc:Depends},
Description: Persistent key-value database with network interface (metapackage)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
The dataset is stored entirely in memory and periodically flushed to disk.
.
This package depends on the redis-server package.
Package: redis-server
Architecture: any
Depends:
lsb-base (>= 3.2-14),
redis-tools (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Persistent key-value database with network interface
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
The dataset is stored entirely in memory and periodically flushed to disk.
Package: redis-tools
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
adduser,
Suggests:
ruby-redis
Replaces:
redis-server (<< 2:2.6.16-1)
Breaks:
redis-server (<< 2:2.6.16-1)
Description: Persistent key-value database with network interface (client)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
This package contains the command line client and other tools.
Package: redis-sentinel
Architecture: any
Depends:
lsb-base (>= 3.2-14),
redis-tools (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Persistent key-value database with network interface (monitoring)
Redis is a key-value database in a similar vein to memcache but the dataset
is non-volatile. Redis additionally provides native support for atomically
manipulating and querying data structures such as lists and sets.
.
This package contains the Redis Sentinel monitoring software.