2021-03-17 02:30:34 +00:00
|
|
|
Source: keydb-enterprise
|
2020-05-31 14:25:19 -04:00
|
|
|
Section: database
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Ben Schermel <ben@eqalpha.com>
|
|
|
|
Build-Depends:
|
|
|
|
debhelper (>= 9~),
|
|
|
|
dpkg-dev (>= 1.17.5),
|
|
|
|
systemd,
|
2020-05-31 11:50:06 -04:00
|
|
|
# libhiredis-dev (>= 0.14.0),
|
|
|
|
# libjemalloc-dev [linux-any],
|
|
|
|
# liblua5.1-dev,
|
|
|
|
# lua-bitop-dev,
|
|
|
|
# lua-cjson-dev,
|
2020-05-31 14:25:19 -04:00
|
|
|
procps <!nocheck>,
|
|
|
|
build-essential <!nocheck>,
|
|
|
|
tcl <!nocheck>,
|
|
|
|
tcl-dev <!nocheck>,
|
|
|
|
uuid-dev <!nocheck>,
|
|
|
|
libcurl4-openssl-dev <!nocheck>,
|
|
|
|
nasm <!nocheck>,
|
|
|
|
autotools-dev <!nocheck>,
|
|
|
|
autoconf <!nocheck>,
|
|
|
|
libjemalloc-dev <!nocheck>,
|
2020-05-31 14:26:24 -04:00
|
|
|
libssl-dev <!nocheck>,
|
|
|
|
libsnappy-dev <!nocheck>,
|
|
|
|
zlib1g-dev <!nocheck>,
|
|
|
|
libbz2-dev <!nocheck>,
|
|
|
|
liblz4-dev <!nocheck>,
|
|
|
|
libzstd-dev <!nocheck>
|
2020-05-31 14:25:19 -04:00
|
|
|
Standards-Version: 4.2.1
|
|
|
|
Homepage: https://docs.keydb.dev/
|
2021-03-17 02:30:34 +00:00
|
|
|
Vcs-Git: https://gitlab.eqalpha.com/keydb-dev/KeyDB-Pro.git
|
|
|
|
Vcs-Browser: https://gitlab.eqalpha.com/keydb-dev/KeyDB-Pro
|
2020-05-31 14:25:19 -04:00
|
|
|
|
2021-03-17 02:30:34 +00:00
|
|
|
Package: keydb-enterprise
|
2020-05-31 14:25:19 -04:00
|
|
|
Architecture: all
|
|
|
|
Depends:
|
2021-03-17 02:30:34 +00:00
|
|
|
keydb-enterprise-server (<< ${binary:Version}.1~),
|
|
|
|
keydb-enterprise-server (>= ${binary:Version}),
|
2020-05-31 14:25:19 -04:00
|
|
|
${misc:Depends},
|
|
|
|
Description: Persistent key-value database with network interface (metapackage)
|
|
|
|
keydb is a key-value database in a similar vein to memcache but the dataset
|
|
|
|
is non-volatile. keydb 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 keydb-server package.
|
|
|
|
|
2021-03-17 02:30:34 +00:00
|
|
|
Package: keydb-enterprise-sentinel
|
2020-05-31 14:25:19 -04:00
|
|
|
Architecture: any
|
|
|
|
Depends:
|
|
|
|
lsb-base (>= 3.2-14),
|
2021-03-17 02:30:34 +00:00
|
|
|
keydb-enterprise-tools (= ${binary:Version}),
|
2020-05-31 14:25:19 -04:00
|
|
|
${misc:Depends},
|
|
|
|
Description: Persistent key-value database with network interface (monitoring)
|
|
|
|
keydb is a key-value database in a similar vein to memcache but the dataset
|
|
|
|
is non-volatile. keydb additionally provides native support for atomically
|
|
|
|
manipulating and querying data structures such as lists and sets.
|
|
|
|
.
|
|
|
|
This package contains the keydb Sentinel monitoring software.
|
|
|
|
|
2021-03-17 02:30:34 +00:00
|
|
|
Package: keydb-enterprise-server
|
2020-05-31 14:25:19 -04:00
|
|
|
Architecture: any
|
|
|
|
Depends:
|
|
|
|
lsb-base (>= 3.2-14),
|
2021-03-17 02:30:34 +00:00
|
|
|
keydb-enterprise-tools (= ${binary:Version}),
|
2020-05-31 14:25:19 -04:00
|
|
|
${misc:Depends},
|
|
|
|
Description: Persistent key-value database with network interface
|
|
|
|
keydb is a key-value database in a similar vein to memcache but the dataset
|
|
|
|
is non-volatile. keydb 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.
|
|
|
|
|
2021-03-17 02:30:34 +00:00
|
|
|
Package: keydb-enterprise-tools
|
2020-05-31 14:25:19 -04:00
|
|
|
Architecture: any
|
|
|
|
Depends:
|
|
|
|
adduser,
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
|
|
|
Description: Persistent key-value database with network interface (client)
|
|
|
|
keydb is a key-value database in a similar vein to memcache but the dataset
|
|
|
|
is non-volatile. keydb 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.
|