File: control

package info (click to toggle)
golang-gopkg-redis.v5 5.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 624 kB
  • sloc: makefile: 16
file content (38 lines) | stat: -rw-r--r-- 1,153 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
Source: golang-gopkg-redis.v5
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-ginkgo-dev,
               golang-gomega-dev
Standards-Version: 4.5.1
Homepage: https://github.com/go-redis/redis
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-redis.v5
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-redis.v5.git
XS-Go-Import-Path: gopkg.in/redis.v5
Testsuite: autopkgtest-pkg-go

Package: golang-gopkg-redis.v5-dev
Architecture: all
Depends: ${misc:Depends},
         golang-ginkgo-dev,
         golang-gomega-dev
Description: type-safe Redis client for Golang
 This package contains a Redis client written in Go.
 It supports:
  - Redis 3 commands except QUIT, MONITOR, SLOWLOG and SYNC.
  - Pub/Sub
  - Transactions
  - Pipeline and TxPipeline
  - Scripting
  - Timeouts
  - Redis Sentinel
  - Redis Cluster
  - Ring
  - Instrumentation
  - Cache friendly
  - Rate limiting
  - Distributed Locks