Affected by GO-2025-3540
and 2 other vulnerabilities
GO-2025-3540 : Potential out of order responses when CLIENT SETINFO times out during connection establishment in github.com/redis/go-redis
GO-2025-3540 : Potential out of order responses when CLIENT SETINFO times out during connection establishment in github.com/redis/go-redis
GO-2025-3540 : Potential out of order responses when CLIENT SETINFO times out during connection establishment in github.com/redis/go-redis
The highest tagged major version is
v9 .
Discover Packages
github.com/redis/go-redis
internal
singleflight
package
Version:
v6.13.0+incompatible
Opens a new window with list of versions in this module.
Published: Jul 22, 2018
License: BSD-2-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package singleflight provides a duplicate function call suppression
mechanism.
Group represents a class of work and forms a namespace in which
units of work can be executed with duplicate suppression.
Do executes and returns the results of the given function, making
sure that only one execution is in-flight for a given key at a
time. If a duplicate comes in, the duplicate caller waits for the
original to complete and receives the same results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.