Releases: newrelic/nri-redis
v1.11.1
v1.11.1 - 2023-08-07
⛓️ Dependencies
- Updated golang to v1.20.7
v1.11.0
v1.11.0 - 2023-07-17
🚀 Enhancements
bumped golang version pinning 1.20.6
v1.10.0
chore: Update Go version to 1.20 (#150)
v1.9.1
Changed
Updated several dependencies
Added
Added support for more distributions:
- RHEL(EL) 9
- Ubuntu 22.04
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- New Automatic Redis OHI Logging Template by @lchapman4 in #134
New Contributors
- @lchapman4 made their first contribution in #134
Full Changelog: v1.8.2...v1.9.0
v1.8.2
v1.8.1
Fixed
Added unit notation to the default interval in the config sample.
Added missing config parameters in the config sample.
v1.8.0
Changed
Moved default config.sample to V4, added a dependency for infra-agent version 1.20.0 newrelic/nri-nginx#83
Please notice that old V3 configuration format is deprecated, but still supported.
v1.7.1
A stricter validation of args was introduced without noticing that use_unix_socket
was false
in defaults, but true
in the sample config.
There are users having use_unix_socket=true
and then connecting with hostname and port, or use_unix_socket=false
and then connecting with the unix socket.
Arg use_unix_socket
is not used to define how to connect, but merely the entity name.:
Adds the UnixSocketPath value to the entity. If you are monitoring more than one Redis instance on the same host using Unix sockets, then you should set it to true.