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.
|