mirror of
https://github.com/distribution/distribution.git
synced 2025-08-05 17:03:48 +00:00
We are replacing the very outdated redigo Go module with the official redis Go module, go-redis. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
5 lines
61 B
Go
5 lines
61 B
Go
/*
|
|
Package redis implements a Redis client.
|
|
*/
|
|
package redis
|