Handle Subscribe() and Unsubscribe() error 46/9146/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 30 Sep 2022 10:17:19 +0000 (13:17 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 30 Sep 2022 10:17:19 +0000 (13:17 +0300)
commitd14c9d8bc5ed846c4b9f05af739eb9fba1978737
treeb91cacfe78e4ee84716c7da8c3039ba3c71707b8
parent1fb0e222e95d5af6df20d922501f585c1ef9fd0b
Handle Subscribe() and Unsubscribe() error

Add handling of Redis channel Subscribe() and Unsubscribe() function
calls error status. Error status is returned back to the caller of SDL
APIs SubscribeChannel() and UnsubscribeChannel().

Issue-Id: RIC-942

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I2442e3ef78cdddabc2b983f59b0b05f5932c45c0
internal/sdlgoredis/sdlgoredis.go
internal/sdlgoredis/sdlgoredis_test.go
sdl.go
sdl_test.go
syncstorage.go