package
6.0.0-beta1+incompatible
Repository: https://github.com/jshi-git/beats.git
Documentation: pkg.go.dev

# Packages

Package info fetches Redis server information and statistics using the Redis INFO command.
No description provided by the author

# Functions

CreatePool creates a redis connection pool.
FetchRedisInfo returns a map of requested stats.
GetRedisEnvHost returns the hostname of the Redis server to use for testing.
GetRedisEnvPort returns the port of the Redis server to use for testing.
ParseRedisInfo parses the string returned by the INFO command Every line is split up into key and value.
ParseRedisLine parses a single line returned by INFO.