File: control

package info (click to toggle)
golang-github-go-redis-redis 6.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid
  • size: 748 kB
  • sloc: makefile: 22
file content (41 lines) | stat: -rw-r--r-- 1,251 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
32
33
34
35
36
37
38
39
40
41
Source: golang-github-go-redis-redis
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Christos Trochalakis <ctrochalakis@debian.org>,
           Michael Hudson-Doyle <mwhudson@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-ginkgo-dev,
               golang-gomega-dev,
               redis-server
Standards-Version: 4.5.1
Homepage: https://github.com/go-redis/redis
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-redis-redis
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-redis-redis.git
XS-Go-Import-Path: github.com/go-redis/redis
Testsuite: autopkgtest-pkg-go

Package: golang-github-go-redis-redis-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-ginkgo-dev,
         golang-gomega-dev
Description: Type safe Redis client for Go
 Go Redis supports:
 .
  - Automatic connection pooling with circuit breaker
  - Pub/Sub
  - Transactions
  - Pipeline
  - Scripting
  - Timeouts
  - Redis Sentinel
  - Redis Cluster
  - Ring
  - Instrumentation
  - Cache friendly
  - Rate limiting
  - Distributed Locks