Bump Redis client version to v8.11.4 87/7587/6 v0.9.5
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 20 Jan 2022 06:10:20 +0000 (08:10 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 20 Jan 2022 12:45:00 +0000 (14:45 +0200)
commit4d1222c6d4954e2a2855833696dc3b44418714a6
treeaeb4df1491177cc96f13908a21eb3214cc7cbf7a
parentc7500707a04abb9aceeea6276a8c7062ebb0cb9e
Bump Redis client version to v8.11.4

Bump Redis client version to the latest v8.11.4 version. Fix calling of Redis
client APIs, because Redis client APIs have been changed in version 8 to have
Golang Context type of argument.
SDLGO version: 0.9.5

Issue-Id: RIC-698

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: If551864081c3fddb0ecba95eb46600984d4f5a66
docs/release-notes.rst
go.mod
go.sum
internal/sdlgoredis/logger.go [new file with mode: 0644]
internal/sdlgoredis/sdlgoredis.go
internal/sdlgoredis/sdlgoredis_test.go
internal/sdlgoredis/sdlgosentinel.go