//
pkg.gl
Category
github.com/RedHatInsights/insights-operator-utils
redis
package
1.25.12
Repository:
https://github.com/redhatinsights/insights-operator-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
58 SLOC
#
Functions
CreateRedisClient
CreateRedisClient creates a Redis V9 client, it has explicit checks for config params because the go-redis package lets us create a client with incorrect params so errors are only found during subsequent command executions.
#
Structs
Client
Client is an implementation of the Redis client for Redis server.