golang-github-gomodule-redigo 1:1.8.9-1 source package in Ubuntu

Changelog

golang-github-gomodule-redigo (1:1.8.9-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
  * Bump debhelper dependency to >= 11, since that's what is used in
    debian/compat.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Apply multi-arch hints. + golang-github-gomodule-redigo-dev: Add
    Multi-Arch: foreign.

  [ Arnaud Rebillout ]
  * New upstream version 1.8.9
  * Update packaging
  * Add patch to fix tests with redis 7.x

 -- Arnaud Rebillout <email address hidden>  Tue, 10 Oct 2023 10:41:07 +0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gomodule-redigo_1.8.9-1.dsc 2.3 KiB 761ee2004e68f89d748fa91779664fb97b0543ed41c7bbca3e2f98b56aca9596
golang-github-gomodule-redigo_1.8.9.orig.tar.gz 53.0 KiB 9370891f7ee4f7c18d270efff68d7a7e5a52107592ec08809a9f7ea3109e9387
golang-github-gomodule-redigo_1.8.9-1.debian.tar.xz 3.5 KiB 57fe65508dc84241c01ca953209deadd646a40039a283889d65bf76d32491017

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gomodule-redigo-dev: 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.