File: control

package info (click to toggle)
golang-github-gomodule-redigo 1%3A1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye
  • size: 364 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,140 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
Source: golang-github-gomodule-redigo
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
# Tests:
    ,redis-server
Standards-Version: 4.1.4
Homepage: https://github.com/gomodule/redigo
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gomodule-redigo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gomodule-redigo.git
XS-Go-Import-Path: github.com/gomodule/redigo
Testsuite: autopkgtest-pkg-go

Package: golang-github-gomodule-redigo-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go client for Redis
 Go client for the Redis (http://redis.io/) database.
 Features
  • A Print-like API with support for all Redis commands.
  • Pipelining including pipelined transactions.
  • Publish/Subscribe
  • Connection pooling
  • Script helper type with optimistic use of EVALSHA.
  • Helper functions for working with command replies.