File: control

package info (click to toggle)
erlang-redis-client 1.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 228 kB
  • ctags: 268
  • sloc: erlang: 1,432; makefile: 37
file content (24 lines) | stat: -rw-r--r-- 892 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
Source: erlang-redis-client
Section: libs
Priority: optional
Maintainer: Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper (>= 9), dh-rebar, erlang-base, erlang-crypto, erlang-eunit, erlang-syntax-tools
Standards-Version: 3.9.8
Homepage: https://github.com/wooga/eredis
Vcs-Git: https://anonscm.debian.org/git/users/debalance/erlang-redis-client.git
Vcs-Browser: https://anonscm.debian.org/git/users/debalance/erlang-redis-client.git

Package: erlang-redis-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base | ${erlang-abi:Depends},
         ${erlang:Depends}
Description: Redis client for Erlang applications
 Non-blocking Redis client for Erlang applications with focus on performance
 and robustness.
 .
 Supported Redis features:
  - Any command, through eredis:q/2
  - Transactions
  - Pipelining
  - Authentication & multiple dbs
  - Pubsub