Releases: nrfta/go-redis-helpers
Releases · nrfta/go-redis-helpers
v8.1.3
v8.1.2
- Remove errant macos directory icon files
Contributors
For full changes, see the comparison between v8.1.1 and v8.1.2
v8.1.1
- Removed errant macos directory images
Contributors
For full changes, see the comparison between v8.1.0 and v8.1.1
v8.1.0
- Breaking Change:
ConnectRedis
now returnsredis.UniversalClient
. This allows it to return a true cluster client if configuration hasClusterEnabled
set to true, which is important for correct operation of the client against the cluster. - set release drafter version (#3) @strobus
- return true cluster client in UniversalClient interface (#2) @strobus
Contributors
For full changes, see the comparison between v8.0.0 and v8.0.1
v7.1.0
v8.0.0
v7.0.1
v7.0.0
v0.0.5
- Support for redis cluster
Contributors
For full changes, see the comparison between v0.0.4 and v0.0.5
v0.0.4
- Added URL method on Config
Contributors
For full changes, see the comparison between v0.0.3 and v0.0.4