Source: alt-redis
Section: devel
Priority: optional
Maintainer: CloudLinux Packaging Team <packager@cloudlinux.com>
Build-Depends: dpkg-dev (>= 1.16.1~),
    libsystemd-dev,
    systemd,
    libssl-dev,
    pkg-config,
    debhelper (>= 9)
Homepage: https://redis.io/
Standards-Version: 3.9.5


Package: alt-redis
Section: database
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
    systemd,
    logrotate
Multi-Arch: foreign
Description: Redis is an advanced key-value store. It is often referred to as a
 data  structure server since keys can contain strings, hashes, lists, sets and
 sorted sets.
 .
 You can run atomic operations on these types, like appending to a string;
 incrementing the value in a hash; pushing to a list; computing set
 intersection, union and difference; or getting the member with highest
 ranking in a sorted set.
 .
 In order to achieve its outstanding performance, Redis works with an
 in-memory dataset. Depending on your use case, you can persist it either
 by dumping the dataset to disk every once in a while, or by appending
 each command to a log.
 .
 Redis also supports trivial-to-setup master-slave replication, with very
 fast non-blocking first synchronization, auto-reconnection on net split
 and so forth.
 .
 Other features include Transactions, Pub/Sub, Lua scripting, Keys with a
 limited time-to-live, and configuration settings to make Redis behave like
 a cache.
 .
 You can use Redis from most programming languages also.


Package: alt-redis-devel
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
    alt-redis (= ${binary:Version}),
    libc6-dev
Provides: alt-redis-dev (= ${binary:Version})
Multi-Arch: same
Description: Header file required for building loadable Redis modules.
