golang-github-siddontang-goredis 0.0~git20150324.0.760763f-6 source package in Ubuntu

Changelog

golang-github-siddontang-goredis (0.0~git20150324.0.760763f-6) unstable; urgency=medium

  * QA upload.
  * UNRELEASED

 -- Jelmer Vernooij <email address hidden>  Wed, 25 May 2022 13:38:24 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-siddontang-goredis_0.0~git20150324.0.760763f-6.dsc 2.3 KiB 0b4e73c3774f10c9cc20420d398b7f838381dc8a9c9e010fc9d83f7f7a77ca63
golang-github-siddontang-goredis_0.0~git20150324.0.760763f.orig.tar.xz 6.6 KiB b373c5548c000333226a1d3b49d8a80d65957b72ecde8619f8aabb7f17456715
golang-github-siddontang-goredis_0.0~git20150324.0.760763f-6.debian.tar.xz 2.5 KiB 8fcfc5d717e59ad9b49b841583dea6e52c6973703f9c9a936ca5e34b9e0b3a01

No changes file available.

Binary packages built by this source

golang-github-siddontang-goredis-dev: Redis client implementation in Go

 This library provides a Redis client implementation in the Go language.
 This can be used to communicate with Redis servers and server clusters.
 .
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.